Class: Gtk::SelectionFilterModel
- Inherits:
-
Object
- Object
- Gtk::SelectionFilterModel
- Defined in:
- (unknown)
Instance Method Summary collapse
-
#initialize(model) ⇒ Gtk::SelectionFilterModel
constructor
Creates a new
GtkSelectionFilterModelthat will include the selected items from the underlying selection model. -
#item_type ⇒ GLib::Type
The type of items.
-
#item_type=(item_type) ⇒ GLib::Type
The type of items.
-
#model ⇒ Gtk::SelectionModel
The model being filtered.
-
#model=(model) ⇒ Gtk::SelectionModel
The model being filtered.
-
#n_items ⇒ Integer
The number of items.
-
#n_items=(n_items) ⇒ Integer
The number of items.
Constructor Details
#initialize(model) ⇒ Gtk::SelectionFilterModel
Creates a new GtkSelectionFilterModel that will include the
selected items from the underlying selection 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 ⇒ Gtk::SelectionModel
The model being filtered.
#model=(model) ⇒ Gtk::SelectionModel
The model being filtered.
#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].