Functions
e_table_config_new ()
ETableConfig *
e_table_config_new (const gchar *header,
                    ETableSpecification *spec,
                    ETableState *state,
                    GtkWindow *parent_window);
Creates a new ETable config object.
Returns
 The config object.
 
 
e_table_config_construct ()
ETableConfig *
e_table_config_construct (ETableConfig *etco,
                          const gchar *header,
                          ETableSpecification *spec,
                          ETableState *state,
                          GtkWindow *parent_window);
 
e_table_config_raise ()
void
e_table_config_raise (ETableConfig *config);
Raises the dialog associated with this ETableConfig object.