Class: Gtk::BookmarkList
- Inherits:
-
Object
- Object
- Gtk::BookmarkList
- Defined in:
- (unknown)
Instance Method Summary collapse
-
#attributes ⇒ String
The attributes to query.
-
#attributes=(attributes) ⇒ String
The attributes to query.
-
#filename ⇒ String
The bookmark file to load.
-
#filename=(filename) ⇒ String
The bookmark file to load.
-
#initialize(filename, attributes) ⇒ Gtk::BookmarkList
constructor
Creates a new
GtkBookmarkListwith the given attributes. -
#io_priority ⇒ Integer
Priority used when loading.
-
#io_priority=(io_priority) ⇒ Integer
Priority used when loading.
-
#is_loading ⇒ Boolean
Returns true if the files are currently being loaded.
-
#item_type ⇒ GLib::Type
The type of items.
-
#item_type=(item_type) ⇒ GLib::Type
The type of items.
-
#loading=(loading) ⇒ Boolean
true if files are being loaded.
-
#loading? ⇒ Boolean
true if files are being loaded.
-
#n_items ⇒ Integer
The number of items.
-
#n_items=(n_items) ⇒ Integer
The number of items.
Constructor Details
#initialize(filename, attributes) ⇒ Gtk::BookmarkList
Creates a new GtkBookmarkList with the given attributes.
Instance Method Details
#attributes ⇒ String
The attributes to query.
#attributes=(attributes) ⇒ String
The attributes to query.
#filename ⇒ String
The bookmark file to load.
#filename=(filename) ⇒ String
The bookmark file to load.
#io_priority ⇒ Integer
Priority used when loading.
#io_priority=(io_priority) ⇒ Integer
Priority used when loading.
#is_loading ⇒ Boolean
Returns true if the files are currently being loaded.
Files will be added to self from time to time while loading is going on. The order in which are added is undefined and may change in between runs.
#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].
#loading=(loading) ⇒ Boolean
true if files are being loaded.
#loading? ⇒ Boolean
true if files are being loaded.
#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].