Top | ![]() |
![]() |
![]() |
![]() |
ETableConfig * | e_table_config_new () |
ETableConfig * | e_table_config_construct () |
void | e_table_config_raise () |
ETableConfig * e_table_config_new (const gchar *header
,ETableSpecification *spec
,ETableState *state
,GtkWindow *parent_window
);
e_table_config_new
is deprecated and should not be used in newly-written code.
Creates a new ETable config object.
ETableConfig * e_table_config_construct (ETableConfig *etco
,const gchar *header
,ETableSpecification *spec
,ETableState *state
,GtkWindow *parent_window
);
e_table_config_construct
is deprecated and should not be used in newly-written code.
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; };
ETableConfigSortWidgets
is deprecated and should not be used in newly-written code.