Class: Gtk::DirectoryList
- Inherits:
-
Object
- Object
- Gtk::DirectoryList
- Defined in:
- (unknown)
Instance Method Summary collapse
-
#attributes ⇒ String
The attributes to query.
-
#attributes=(attributes) ⇒ String
The attributes to query.
-
#error ⇒ GLib::Error
Error encountered while loading files.
-
#error=(error) ⇒ GLib::Error
Error encountered while loading files.
-
#file ⇒ Gio::File
File to query.
-
#file=(file) ⇒ Gio::File
File to query.
-
#initialize(attributes, file) ⇒ Gtk::DirectoryList
constructor
Creates a new
GtkDirectoryList. -
#io_priority ⇒ Integer
Priority used when loading.
-
#io_priority=(io_priority) ⇒ Integer
Priority used when loading.
-
#is_loading ⇒ Boolean
Returns true if the children enumeration is currently in progress.
-
#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.
-
#monitored ⇒ Boolean
Returns whether the directory list is monitoring the directory for changes.
-
#monitored=(monitored) ⇒ Boolean
true if the directory is monitored for changed.
-
#monitored? ⇒ Boolean
true if the directory is monitored for changed.
-
#n_items ⇒ Integer
The number of items.
-
#n_items=(n_items) ⇒ Integer
The number of items.
Constructor Details
#initialize(attributes, file) ⇒ Gtk::DirectoryList
Creates a new GtkDirectoryList.
The GtkDirectoryList is querying the given file
with the given attributes.
Instance Method Details
#attributes ⇒ String
The attributes to query.
#attributes=(attributes) ⇒ String
The attributes to query.
#error ⇒ GLib::Error
Error encountered while loading files.
#error=(error) ⇒ GLib::Error
Error encountered while loading files.
#file ⇒ Gio::File
File to query.
#file=(file) ⇒ Gio::File
File to query.
#io_priority ⇒ Integer
Priority used when loading.
#io_priority=(io_priority) ⇒ Integer
Priority used when loading.
#is_loading ⇒ Boolean
Returns true if the children enumeration is currently in progress.
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.
#monitored ⇒ Boolean
Returns whether the directory list is monitoring the directory for changes.
#monitored=(monitored) ⇒ Boolean
true if the directory is monitored for changed.
#monitored? ⇒ Boolean
true if the directory is monitored for changed.
#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].