struct _EConfig — A configuration management object.
struct _EConfig {
GObject object;
struct _EConfigPrivate * priv;
int type;
char * id;
EConfigTarget * target;
struct _GtkWidget * widget;
struct _GtkWidget * window;
}; Superclass.
Private data.
Either E_CONFIG_BOOK or E_CONFIG_DRIUD, describing the root window type.
The globally unique identifider for this configuration window, used for hooking into it.
The current target.
The GtkNoteBook or GnomeDruid created after
If :create_window is called, then the containing toplevel GtkDialog or GtkWindow appropriate for the type of configuration window created.