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
ColumnViewRowGidBuilder builder() static nothrowGet builder for [gtk.column_view_row.ColumnViewRow] Returns: New builder objectstring 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.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 descriptionbool getActivatable() nothrowChecks if the row has been set to be activatable via [gtk.column_view_row.ColumnViewRow.setActivatable]. Returns: true if the row is activatablebool 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 focusablebool getSelectable() nothrowChecks if the row has been set to be selectable via [gtk.column_view_row.ColumnViewRow.setSelectable].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.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 chainingT accessibleLabel(string propval) nothrowSet `accessibleLabel` property. Params: propval = The accessible label to set on the row. Returns: Builder instance for fluent chainingT activatable(bool propval) nothrowSet `activatable` property. Params: propval = If the row can be activated by the user. Returns: Builder instance for fluent chainingT focusable(bool propval) nothrowSet `focusable` property. Params: propval = If the row can be focused with the keyboard. Returns: Builder instance for fluent chainingT selectable(bool propval) nothrowSet `selectable` property. Params: propval = If the row can be selected by the user. Returns: Builder instance for fluent chainingFluent builder for gtk.column_view_row.ColumnViewRow
Methods