![]() |
![]() |
![]() |
Evolution Utilities Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Implemented Interfaces | Properties |
#include <e-util/e-util.h> struct ETableColumnSelector; GtkWidget * e_table_column_selector_new (ETableState *state
); ETableState * e_table_column_selector_get_state (ETableColumnSelector *selector
); void e_table_column_selector_apply (ETableColumnSelector *selector
);
GObject +----GInitiallyUnowned +----GtkWidget +----GtkContainer +----GtkBox +----ETreeViewFrame +----ETableColumnSelector
ETableColumnSelector implements AtkImplementorIface, GtkBuildable, GtkOrientable and EExtensible.
ETableColumnSelector is a widget for choosing and ordering the available columns of an ETable or ETree.
struct ETableColumnSelector;
Contains only private data that should be read and manipulated using the functions below.
GtkWidget * e_table_column_selector_new (ETableState *state
);
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.
|
an ETableState |
Returns : |
an ETableColumnSelector |
ETableState * e_table_column_selector_get_state (ETableColumnSelector *selector
);
Returns the ETableState passed to e_table_column_selector_new()
.
|
an ETableColumnSelector |
Returns : |
an ETableState |
void e_table_column_selector_apply (ETableColumnSelector *selector
);
Applies the user's column preferences to the selector
's
"state" instance.
|
an ETableColumnSelector |
"state"
property"state" ETableState* : Read / Write / Construct Only
Column state of the source table.