Class: Gtk::ListItem
- Inherits:
-
Object
- Object
- Gtk::ListItem
- Defined in:
- (unknown)
Direct Known Subclasses
Instance Method Summary collapse
-
#accessible_description ⇒ String
The accessible description to set on the list item.
-
#accessible_description=(accessible_description) ⇒ String
The accessible description to set on the list item.
-
#accessible_label ⇒ String
The accessible label to set on the list item.
-
#accessible_label=(accessible_label) ⇒ String
The accessible label to set on the list item.
-
#activatable ⇒ Boolean
Checks if a list item has been set to be activatable via gtk_list_item_set_activatable().
-
#activatable=(activatable) ⇒ Boolean
If the item can be activated by the user.
-
#activatable? ⇒ Boolean
If the item can be activated by the user.
-
#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_list_item_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.
-
#selectable ⇒ Boolean
Checks if a list item has been set to be selectable via gtk_list_item_set_selectable().
-
#selectable=(selectable) ⇒ Boolean
If the item can be selected by the user.
-
#selectable? ⇒ Boolean
If the item can be selected by the user.
-
#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.
Instance Method Details
#accessible_description ⇒ String
The accessible description to set on the list item.
#accessible_description=(accessible_description) ⇒ String
The accessible description to set on the list item.
#accessible_label ⇒ String
The accessible label to set on the list item.
#accessible_label=(accessible_label) ⇒ String
The accessible label to set on the list item.
#activatable ⇒ Boolean
Checks if a list item has been set to be activatable via gtk_list_item_set_activatable().
#activatable=(activatable) ⇒ Boolean
If the item can be activated by the user.
#activatable? ⇒ Boolean
If the item can be activated by the user.
#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_list_item_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.
#selectable ⇒ Boolean
Checks if a list item has been set to be selectable via gtk_list_item_set_selectable().
Do not confuse this function with [methodGtk.ListItem.get_selected].
#selectable=(selectable) ⇒ Boolean
If the item can be selected by the user.
#selectable? ⇒ Boolean
If the item can be selected by the user.
#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.