![]() |
![]() |
![]() |
Evolution Utilities Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Properties |
struct ETableGroupLeaf; ETableGroup * e_table_group_leaf_new (GnomeCanvasGroup *parent
,ETableHeader *full_header
,ETableHeader *header
,ETableModel *model
,ETableSortInfo *sort_info
);
GObject +----GInitiallyUnowned +----GnomeCanvasItem +----GnomeCanvasGroup +----ETableGroup +----ETableGroupLeaf
"alternating-row-colors" gboolean : Write "cursor-mode" gint : Write "drawfocus" gboolean : Write "frozen" gboolean : Read / Write "height" gdouble : Read "horizontal-draw-grid" gboolean : Write "length-threshold" gint : Write "minimum-width" gdouble : Read / Write "selection-model" ESelectionModel* : Write "uniform-row-height" gboolean : Read / Write "vertical-draw-grid" gboolean : Write "width" gdouble : Read / Write
ETableGroup * e_table_group_leaf_new (GnomeCanvasGroup *parent
,ETableHeader *full_header
,ETableHeader *header
,ETableModel *model
,ETableSortInfo *sort_info
);
ETableGroupLeaf
is an ETableGroup
which simply contains an
ETableItem
.
|
The GnomeCanvasGroup to create a child of. |
|
The full header of the ETable . |
|
The current header of the ETable . |
|
The ETableModel of the ETable . |
|
The ETableSortInfo of the ETable . |
Returns : |
The new ETableGroupLeaf . |
"alternating-row-colors"
property "alternating-row-colors" gboolean : Write
Alternating Row Colors.
Default value: FALSE
"cursor-mode"
property "cursor-mode" gint : Write
Cursor mode.
Allowed values: [0,2]
Default value: 0
"horizontal-draw-grid"
property "horizontal-draw-grid" gboolean : Write
Horizontal Draw Grid.
Default value: FALSE
"length-threshold"
property "length-threshold" gint : Write
Length Threshold.
Allowed values: >= G_MAXULONG
Default value: 0
"minimum-width"
property "minimum-width" gdouble : Read / Write
Minimum Width.
Allowed values: >= 0
Default value: 0
"uniform-row-height"
property "uniform-row-height" gboolean : Read / Write
Uniform row height.
Default value: FALSE
"vertical-draw-grid"
property "vertical-draw-grid" gboolean : Write
Vertical Draw Grid.
Default value: FALSE