Top | ![]() |
![]() |
![]() |
![]() |
GtkWidget * | e_table_column_selector_new () |
ETableState * | e_table_column_selector_get_state () |
void | e_table_column_selector_apply () |
ETableColumnSelector is a widget for choosing and ordering the available columns of an ETable or ETree.
GtkWidget *
e_table_column_selector_new (ETableState *state
);
e_table_column_selector_new
is deprecated and should not be used in newly-written code.
Creates a new ETableColumnSelector, obtaining the initial column
selection content from state
.
Note that state
remains unmodified until e_table_column_selector_apply()
is called.
ETableState *
e_table_column_selector_get_state (ETableColumnSelector *selector
);
e_table_column_selector_get_state
is deprecated and should not be used in newly-written code.
Returns the ETableState passed to e_table_column_selector_new()
.
void
e_table_column_selector_apply (ETableColumnSelector *selector
);
e_table_column_selector_apply
is deprecated and should not be used in newly-written code.
Applies the user's column preferences to the selector
's
“state” instance.