|  |  |  | Evolution Utilities Reference Manual |  | 
|---|---|---|---|---|
| Top | Description | Object Hierarchy | Properties | Signals | ||||
struct ETableConfigSortWidgets; struct ETableConfig; ETableConfig * e_table_config_new (const gchar *header,ETableSpecification *spec,ETableState *state,GtkWindow *parent_window); ETableConfig * e_table_config_construct (ETableConfig *etco,const gchar *header,ETableSpecification *spec,ETableState *state,GtkWindow *parent_window); void e_table_config_raise (ETableConfig *config);
struct ETableConfigSortWidgets {
	GtkWidget    *combo;
	GtkWidget    *frames;
	GtkWidget    *radio_ascending;
	GtkWidget    *radio_descending;
	GtkWidget    *view_check; /* Only for group dialog */
	guint         changed_id, toggled_id;
	gpointer e_table_config;
};
ETableConfig * e_table_config_new (const gchar *header,ETableSpecification *spec,ETableState *state,GtkWindow *parent_window);
Creates a new ETable config object.
| 
 | The title of the dialog for the ETableConfig. | 
| 
 | The specification for the columns to allow. | 
| 
 | The current state of the configuration. | 
| Returns : | The config object. | 
ETableConfig * e_table_config_construct (ETableConfig *etco,const gchar *header,ETableSpecification *spec,ETableState *state,GtkWindow *parent_window);
void                e_table_config_raise                (ETableConfig *config);
Raises the dialog associated with this ETableConfig object.
| 
 | The ETableConfig object. |