Class: Gtk::NoSelection
- Inherits:
-
Object
- Object
- Gtk::NoSelection
- Defined in:
- (unknown)
Instance Method Summary collapse
-
#initialize(model) ⇒ Gtk::NoSelection
constructor
Creates a new selection to handle model.
-
#item_type ⇒ GLib::Type
The type of items.
-
#item_type=(item_type) ⇒ GLib::Type
The type of items.
-
#model ⇒ Gio::ListModel
The model being managed.
-
#model=(model) ⇒ Gio::ListModel
The model being managed.
-
#n_items ⇒ Integer
The number of items.
-
#n_items=(n_items) ⇒ Integer
The number of items.
Constructor Details
#initialize(model) ⇒ Gtk::NoSelection
Creates a new selection to handle model.
Instance Method Details
#item_type ⇒ GLib::Type
The type of items. See [methodGio.ListModel.get_item_type].
#item_type=(item_type) ⇒ GLib::Type
The type of items. See [methodGio.ListModel.get_item_type].
#model ⇒ Gio::ListModel
The model being managed.
#model=(model) ⇒ Gio::ListModel
The model being managed.
#n_items ⇒ Integer
The number of items. See [methodGio.ListModel.get_n_items].
#n_items=(n_items) ⇒ Integer
The number of items. See [methodGio.ListModel.get_n_items].