Class: Gtk::ColumnViewCell
Instance Method Summary collapse
-
#child ⇒ Gtk::Widget
Widget used for display.
-
#child=(child) ⇒ Gtk::Widget
Widget used for display.
-
#focusable ⇒ Boolean
Checks if a list item has been set to be focusable via gtk_column_view_cell_set_focusable().
-
#focusable=(focusable) ⇒ Boolean
If the item can be focused with the keyboard.
-
#focusable? ⇒ Boolean
If the item can be focused with the keyboard.
-
#item ⇒ GObject::Object
Displayed item.
-
#item=(item) ⇒ GObject::Object
Displayed item.
-
#position ⇒ Integer
Position of the item.
-
#position=(position) ⇒ Integer
Position of the item.
-
#selected ⇒ Boolean
Checks if the item is displayed as selected.
-
#selected=(selected) ⇒ Boolean
If the item is currently selected.
-
#selected? ⇒ Boolean
If the item is currently selected.
Methods inherited from ListItem
#accessible_description, #accessible_description=, #accessible_label, #accessible_label=, #activatable, #activatable=, #activatable?, #selectable, #selectable=, #selectable?
Instance Method Details
#child ⇒ Gtk::Widget
Widget used for display.
#child=(child) ⇒ Gtk::Widget
Widget used for display.
#focusable ⇒ Boolean
Checks if a list item has been set to be focusable via gtk_column_view_cell_set_focusable().
#focusable=(focusable) ⇒ Boolean
If the item can be focused with the keyboard.
#focusable? ⇒ Boolean
If the item can be focused with the keyboard.
#item ⇒ GObject::Object
Displayed item.
#item=(item) ⇒ GObject::Object
Displayed item.
#position ⇒ Integer
Position of the item.
#position=(position) ⇒ Integer
Position of the item.
#selected ⇒ Boolean
Checks if the item is displayed as selected.
The selected state is maintained by the liste widget and its model and cannot be set otherwise.
#selected=(selected) ⇒ Boolean
If the item is currently selected.
#selected? ⇒ Boolean
If the item is currently selected.