Module: Gtk::RecentSortType

Defined in:
(unknown)

Constant Summary collapse

NONE =

Do not sort the returned list of recently used

resources.
0 or :none
MRU =

Sort the returned list with the most recently used

items first.
1 or :mru
LRU =

Sort the returned list with the least recently used

items first.
2 or :lru
CUSTOM =

Sort the returned list using a custom sorting

function passed using gtk_recent_chooser_set_sort_func().
3 or :custom