BookmarkList
Superclasses: Object
Implemented Interfaces: ListModel
- Constructors:
BookmarkList(**properties)
new(filename:str=None, attributes:str=None) -> Gtk.BookmarkList
Constructors
Methods
- class BookmarkList
-
- is_loading() bool
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.
Properties
- class BookmarkList
-
- props.item_type: type
The type of items. See
get_item_type
.Added in version 4.8.
- props.n_items: int
The number of items. See
get_n_items
.Added in version 4.8.