Top | ![]() |
![]() |
![]() |
![]() |
|
katze_preferences_new () |
|
katze_preferences_add_category () |
|
katze_preferences_add_group () |
|
katze_preferences_add_widget () |
GtkWidget * katze_preferences_new ();
GtkWindow *parent
Creates a new preferences dialog.
Since:
GtkWidget * katze_preferences_add_category (,
KatzePreferences *preferencesconst
,gchar *labelconst
);gchar *icon
Adds a new category with the specified label to the dialog.
Since:
void katze_preferences_add_group (,
KatzePreferences *preferencesconst
);gchar *label
Adds a new group with the specified label to the dialog.
Since:
void katze_preferences_add_widget (,
KatzePreferences *preferences,
GtkWidget *widgetconst
);gchar *type
Adds a widget to the dialog.
preferences |
a |
|
widget |
a widget representing an option |
|
type |
"filled", "indented", or "spanned" |
Since: