Class: Gtk::BuilderListItemFactory
- Inherits:
-
ListItemFactory
- Object
- ListItemFactory
- Gtk::BuilderListItemFactory
- Defined in:
- (unknown)
Instance Method Summary collapse
-
#bytes ⇒ GLib::Bytes
GBytescontaining the UI definition. -
#bytes=(bytes) ⇒ GLib::Bytes
GBytescontaining the UI definition. -
#initialize(scope, resource_path) ⇒ Gtk::ListItemFactory
constructor
Creates a new
GtkBuilderListItemFactorythat instantiates widgets using data read from the given resource_path to pass toGtkBuilder. -
#resource ⇒ String
Path of the resource containing the UI definition.
-
#resource=(resource) ⇒ String
Path of the resource containing the UI definition.
-
#scope ⇒ Gtk::BuilderScope
GtkBuilderScopeto use when instantiating listitems. -
#scope=(scope) ⇒ Gtk::BuilderScope
GtkBuilderScopeto use when instantiating listitems.
Constructor Details
#initialize(scope, resource_path) ⇒ Gtk::ListItemFactory
Creates a new GtkBuilderListItemFactory that instantiates widgets
using data read from the given resource_path to pass to GtkBuilder.
Instance Method Details
#bytes ⇒ GLib::Bytes
GBytes containing the UI definition.
#bytes=(bytes) ⇒ GLib::Bytes
GBytes containing the UI definition.
#resource ⇒ String
Path of the resource containing the UI definition.
#resource=(resource) ⇒ String
Path of the resource containing the UI definition.
#scope ⇒ Gtk::BuilderScope
GtkBuilderScope to use when instantiating listitems
#scope=(scope) ⇒ Gtk::BuilderScope
GtkBuilderScope to use when instantiating listitems