Name

struct _EConfig — A configuration management object.

Synopsis

struct _EConfig {
  GObject object;
  struct _EConfigPrivate * priv;
  int type;
  char * id;
  EConfigTarget * target;
  struct _GtkWidget * widget;
  struct _GtkWidget * window;
};  

Members

object

Superclass.

priv

Private data.

type

Either E_CONFIG_BOOK or E_CONFIG_DRIUD, describing the root window type.

id

The globally unique identifider for this configuration window, used for hooking into it.

target

The current target.

widget

The GtkNoteBook or GnomeDruid created after

window

If :create_window is called, then the containing toplevel GtkDialog or GtkWindow appropriate for the type of configuration window created.

Description

create_widget is called that represents the merged and combined configuration window.