Import line: | Gtk = imports.gi.Gtk; |
GIR File: | Gtk-3.0.gir |
C documentation: | GtkRecentSortType |
Enum : | RecentSortType |
Properties | |
---|---|
guint32 Gtk.RecentSortType.CUSTOM : 3
|
|
guint32 Gtk.RecentSortType.LRU : 2
|
|
guint32 Gtk.RecentSortType.MRU : 1
|
|
guint32 Gtk.RecentSortType.NONE : 0
|
None |
None |
None |
Class / Namespace | Method / Signal / Properties |
---|---|
Gtk.RecentChooser
Property |
sort_type : Gtk.RecentSortType
Sorting order to be used when displaying the recently used resources.
|
Gtk.RecentChooser
Method |
get_sort_type
()
:
Gtk.RecentSortType
Gets the value set by gtk_recent_chooser_set_sort_type().
|
Gtk.RecentChooser
Method |
set_sort_type
(RecentSortType sort_type)
:
none
Changes the sorting order of the recently used resources list displayed by
|