ETableConfig

ETableConfig

Functions

ETableConfig * e_table_config_new ()
ETableConfig * e_table_config_construct ()
void e_table_config_raise ()

Types and Values

Description

Functions

e_table_config_new ()

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.

Parameters

header

The title of the dialog for the ETableConfig.

 

spec

The specification for the columns to allow.

 

state

The current state of the configuration.

 

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_construct is deprecated and should not be used in newly-written code.


e_table_config_raise ()

void
e_table_config_raise (ETableConfig *config);

e_table_config_raise is deprecated and should not be used in newly-written code.

Raises the dialog associated with this ETableConfig object.

Parameters

config

The ETableConfig object.

 

Types and Values

struct ETableConfigSortWidgets

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.