Top |
GObject ╰── GInitiallyUnowned ╰── GtkWidget ╰── GtkContainer ╰── GtkBin ╰── GtkWindow ╰── GtkDialog ╰── TeplPrefsDialog
TeplPrefsDialog is a subclass of GtkDialog for configuring the preferences of an application.
tepl_abstract_factory_fill_prefs_dialog() is called by TeplPrefsDialog during its construction.
TeplPrefsDialog *
tepl_prefs_dialog_get_singleton (void
);
Since: 6.2
void tepl_prefs_dialog_show_for_parent (TeplPrefsDialog *dialog
,GtkWindow *parent_window
);
This function sets the “transient-for” property and presents
dialog
.
Since: 6.2