![]() | ![]() | ![]() | Criawips Reference Manual | ![]() |
---|
PreferencesDialog — Dialog to offer users to change preferences.
struct CriaPreferencesDialog; struct CriaPreferencesDialogClass; struct CriaPreferencesDialogPrivate; const gchar* cria_preferences_dialog_get_attribute (CriaPreferencesDialog *self); void cria_preferences_dialog_set_attribute (CriaPreferencesDialog *self, const char *attribute);
GObject +----GtkObject +----GtkWidget +----GtkContainer +----GtkBin +----GtkWindow +----GtkDialog +----CriaPreferencesDialog
The PreferencesDialog offers users a way to edit preferences without using the gconftool of the gconf-editor.
struct CriaPreferencesDialogClass { GtkDialogClass base_class; /* signals */ /*void (*signal) (CriaPreferencesDialog * self, const gchar * string);*/ };
const gchar* cria_preferences_dialog_get_attribute (CriaPreferencesDialog *self);
self : | |
Returns : |
void cria_preferences_dialog_set_attribute (CriaPreferencesDialog *self, const char *attribute);
self : | |
attribute : |
<< CriaApplication | libglade-support >> |