Name

e_config_create_widget —

Synopsis

GtkWidget * e_config_create_widget (emp); 
EConfig *  emp;

Arguments

emp

An initialised EConfig object.

Description

Create the widget described by emp. Only the core widget appropriate for the given type is created, i.e. a GtkNotebook for the E_CONFIG_BOOK type and a GnomeDruid for the E_CONFIG_DRUID type.

This object will be self-driving, but will not close itself once complete.

Unless reffed otherwise, the management object emp will be finalised when the widget is.

Return value

The widget, also available in emp.widget