Top | ![]() |
![]() |
![]() |
![]() |
GObject ╰── GInitiallyUnowned ╰── GtkWidget ╰── GtkWindow ╰── GtkApplicationWindow ╰── FontManagerApplicationWindow
FontManagerApplicationWindow implements GtkAccessible, GtkBuildable, GtkConstraintTarget, GtkNative, GtkShortcutManager, GtkRoot, GActionGroup and GActionMap.
Base class for application windows. Sets up common keyboard shortcuts and provides for saving and restoring state.
GtkWidget *
font_manager_application_window_new (GSettings *settings
);
The following keys MUST be present in settings
:
window-size : (int, int)
is-maximized : boolean
A newly created FontManagerApplicationWindow
Free the returned object using
. g_object_unref()
[transfer full]
void
font_manager_application_window_show_about
(FontManagerApplicationWindow *self
);
Show "About" dialog
void
font_manager_application_window_show_help
(FontManagerApplicationWindow *self
);
Attempts to launch default help application (Yelp)
void
font_manager_application_window_restore_state
(FontManagerApplicationWindow *self
);