Class: Gtk::ColumnViewRow
- Inherits:
-
Object
- Object
- Gtk::ColumnViewRow
- Defined in:
- (unknown)
Instance Method Summary collapse
-
#accessible_description ⇒ String
The accessible description to set on the row.
-
#accessible_description=(accessible_description) ⇒ String
The accessible description to set on the row.
-
#accessible_label ⇒ String
The accessible label to set on the row.
-
#accessible_label=(accessible_label) ⇒ String
The accessible label to set on the row.
-
#activatable ⇒ Boolean
Checks if the row has been set to be activatable via gtk_column_view_row_set_activatable().
-
#activatable=(activatable) ⇒ Boolean
If the row can be activated by the user.
-
#activatable? ⇒ Boolean
If the row can be activated by the user.
-
#focusable ⇒ Boolean
Checks if a row item has been set to be focusable via gtk_column_view_row_set_focusable().
-
#focusable=(focusable) ⇒ Boolean
If the row can be focused with the keyboard.
-
#focusable? ⇒ Boolean
If the row can be focused with the keyboard.
-
#item ⇒ GObject::Object
The item for this row.
-
#item=(item) ⇒ GObject::Object
The item for this row.
-
#position ⇒ Integer
Position of the row.
-
#position=(position) ⇒ Integer
Position of the row.
-
#selectable ⇒ Boolean
Checks if the row has been set to be selectable via gtk_column_view_row_set_selectable().
-
#selectable=(selectable) ⇒ Boolean
If the row can be selected by the user.
-
#selectable? ⇒ Boolean
If the row can be selected by the user.
-
#selected ⇒ Boolean
Checks if the item is selected that this row corresponds to.
-
#selected=(selected) ⇒ Boolean
If the item in the row is currently selected.
-
#selected? ⇒ Boolean
If the item in the row is currently selected.
Instance Method Details
#accessible_description ⇒ String
The accessible description to set on the row.
#accessible_description=(accessible_description) ⇒ String
The accessible description to set on the row.
#accessible_label ⇒ String
The accessible label to set on the row.
#accessible_label=(accessible_label) ⇒ String
The accessible label to set on the row.
#activatable ⇒ Boolean
Checks if the row has been set to be activatable via gtk_column_view_row_set_activatable().
#activatable=(activatable) ⇒ Boolean
If the row can be activated by the user.
#activatable? ⇒ Boolean
If the row can be activated by the user.
#focusable ⇒ Boolean
Checks if a row item has been set to be focusable via gtk_column_view_row_set_focusable().
#focusable=(focusable) ⇒ Boolean
If the row can be focused with the keyboard.
#focusable? ⇒ Boolean
If the row can be focused with the keyboard.
#item ⇒ GObject::Object
The item for this row.
#item=(item) ⇒ GObject::Object
The item for this row.
#position ⇒ Integer
Position of the row.
#position=(position) ⇒ Integer
Position of the row.
#selectable ⇒ Boolean
Checks if the row has been set to be selectable via gtk_column_view_row_set_selectable().
Do not confuse this function with [methodGtk.ColumnViewRow.get_selected].
#selectable=(selectable) ⇒ Boolean
If the row can be selected by the user.
#selectable? ⇒ Boolean
If the row can be selected by the user.
#selected ⇒ Boolean
Checks if the item is selected that this row corresponds to.
The selected state is maintained by the list widget and its model and cannot be set otherwise.
#selected=(selected) ⇒ Boolean
If the item in the row is currently selected.
#selected? ⇒ Boolean
If the item in the row is currently selected.