gtk.column_view_row

Module for [ColumnViewRow] class

Types 3

gtk.column_view_row.ColumnViewRow is used by gtk.column_view.ColumnView to allow configuring how rows are displayed.

It is not used to set the widgets displayed in the individual cells. For that see method@GtkColumnViewColumn.set_factory and class@GtkColumnViewCell.

Methods
GType _getGType() static nothrow
GType _gType() @property nothrow
ColumnViewRow self() nothrowReturns `this`, for use in `with` statements.
ColumnViewRowGidBuilder builder() static nothrowGet builder for [gtk.column_view_row.ColumnViewRow] Returns: New builder object
string accessibleDescription() @property nothrowGet `accessibleDescription` property. Returns: The accessible description to set on the row.
void accessibleDescription(string propval) @property nothrowSet `accessibleDescription` property. Params: propval = The accessible description to set on the row.
string accessibleLabel() @property nothrowGet `accessibleLabel` property. Returns: The accessible label to set on the row.
void accessibleLabel(string propval) @property nothrowSet `accessibleLabel` property. Params: propval = The accessible label to set on the row.
bool activatable() @property nothrowGet `activatable` property. Returns: If the row can be activated by the user.
void activatable(bool propval) @property nothrowSet `activatable` property. Params: propval = If the row can be activated by the user.
bool focusable() @property nothrowGet `focusable` property. Returns: If the row can be focused with the keyboard.
void focusable(bool propval) @property nothrowSet `focusable` property. Params: propval = If the row can be focused with the keyboard.
gobject.object.ObjectWrap item() @property nothrowGet `item` property. Returns: The item for this row.
uint position() @property nothrowGet `position` property. Returns: Position of the row.
bool selectable() @property nothrowGet `selectable` property. Returns: If the row can be selected by the user.
void selectable(bool propval) @property nothrowSet `selectable` property. Params: propval = If the row can be selected by the user.
bool selected() @property nothrowGet `selected` property. Returns: If the item in the row is currently selected.
string getAccessibleDescription() nothrowGets the accessible description of self. Returns: the accessible description
string getAccessibleLabel() nothrowGets the accessible label of self. Returns: the accessible label
bool getActivatable() nothrowChecks if the row has been set to be activatable via [gtk.column_view_row.ColumnViewRow.setActivatable]. Returns: true if the row is activatable
bool getFocusable() nothrowChecks if a row item has been set to be focusable via [gtk.column_view_row.ColumnViewRow.setFocusable]. Returns: true if the row is focusable
gobject.object.ObjectWrap getItem() nothrowGets the model item that associated with self.
uint getPosition() nothrowGets the position in the model that self currently displays.
bool getSelectable() nothrowChecks if the row has been set to be selectable via [gtk.column_view_row.ColumnViewRow.setSelectable].
bool getSelected() nothrowChecks if the item is selected that this row corresponds to.
void setAccessibleDescription(string description) nothrowSets the accessible description for the row, which may be used by e.g. screen readers.
void setAccessibleLabel(string label) nothrowSets the accessible label for the row, which may be used by e.g. screen readers.
void setActivatable(bool activatable) nothrowSets self to be activatable.
void setFocusable(bool focusable) nothrowSets self to be focusable.
void setSelectable(bool selectable) nothrowSets self to be selectable.
Constructors
this(void * ptr, Flag!"Take" take)

Fluent builder implementation template for gtk.column_view_row.ColumnViewRow

Methods
T accessibleDescription(string propval) nothrowSet `accessibleDescription` property. Params: propval = The accessible description to set on the row. Returns: Builder instance for fluent chaining
T accessibleLabel(string propval) nothrowSet `accessibleLabel` property. Params: propval = The accessible label to set on the row. Returns: Builder instance for fluent chaining
T activatable(bool propval) nothrowSet `activatable` property. Params: propval = If the row can be activated by the user. Returns: Builder instance for fluent chaining
T focusable(bool propval) nothrowSet `focusable` property. Params: propval = If the row can be focused with the keyboard. Returns: Builder instance for fluent chaining
T selectable(bool propval) nothrowSet `selectable` property. Params: propval = If the row can be selected by the user. Returns: Builder instance for fluent chaining
Methods
ColumnViewRow build() nothrowCreate object from builder. Returns: New object