PreferencesDialog

PreferencesDialog — Dialog to offer users to change preferences.

Synopsis




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);

Object Hierarchy


  GObject
   +----GtkObject
         +----GtkWidget
               +----GtkContainer
                     +----GtkBin
                           +----GtkWindow
                                 +----GtkDialog
                                       +----CriaPreferencesDialog

Implemented Interfaces

CriaPreferencesDialog implements AtkImplementorIface.

Description

The PreferencesDialog offers users a way to edit preferences without using the gconftool of the gconf-editor.

Details

struct CriaPreferencesDialog

struct CriaPreferencesDialog;


struct CriaPreferencesDialogClass

struct CriaPreferencesDialogClass {

	GtkDialogClass	  base_class;

	/* signals */
	/*void (*signal)	       (CriaPreferencesDialog	* self,
	  const	gchar	* string);*/
};


struct CriaPreferencesDialogPrivate

struct CriaPreferencesDialogPrivate;


cria_preferences_dialog_get_attribute ()

const gchar* cria_preferences_dialog_get_attribute
                                            (CriaPreferencesDialog *self);

self :
Returns :

cria_preferences_dialog_set_attribute ()

void        cria_preferences_dialog_set_attribute
                                            (CriaPreferencesDialog *self,
                                             const char *attribute);

self :
attribute :