A column in an Womb.Gtk.AtomTab
|
See Also: Inherited members from Gtk.TreeViewColumn.
Bg [write-only] | string . Background colour of column |
DataFunc [write-only] | Gtk.TreeCellDataFunc . Cell data function used to render cells. |
Editable [write-only] | bool . Whether values in the column can be edited. |
Fg [write-only] | string . Foreground colour of column |
FontScale
|
double . Font size |
FontUnderLine
|
Pango.Underline . Underline mode |
FontVariant
|
Pango.Variant . Font variant |
FontWeight
|
int . Font weight |
FormatString [write-only] | string . Format string |
MassageFunc [write-only] | DataMassageFunc . Function used for massaging input |
ValidationFunc [write-only] | DataValidationFunc . Function used for validating input |
Values [read-only] | object[]. Returns an array with all values in the column |
Xalign
|
float . Horizontal text alignment |
Xpad
|
uint . Horizontal text padding |
Yalign
|
float . Vertical text alignment |
Ypad
|
uint . Vertical text padding |
Returns an array with all values in the column
Whether values in the column can be edited.
Font variant
Underline mode
Font size
Font weight
Horizontal text alignment
Vertical text alignment
Horizontal text padding
Vertical text padding
Background colour of column
Foreground colour of column
Cell data function used to render cells.
Function used for validating input
Note:
Use a Womb.Gtk.DataValidationFunc only if you need custom validation of data entered (ie to accept only a valid range, or forbid particular characters, etc). Basic data validation is done automatically by Womb.Gtk.AtomTab taking data type and attributes into account.
Function used for massaging input
Note:
Data is processed prior to validation. Basic data validation is done automatically by Womb.Gtk.AtomTab taking data type and attributes into account.
Note:
This property is not valid for cells of type boolean or dict-bound integer, and will be ignored
Format string