Hoogle Search
Within LTS Haskell 24.32 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
RecentSortTypeLru :: RecentSortTypegi-gtk3 GI.Gtk.Enums Sort the returned list with the least recently used items first.
RecentSortTypeMru :: RecentSortTypegi-gtk3 GI.Gtk.Enums Sort the returned list with the most recently used items first.
RecentSortTypeNone :: RecentSortTypegi-gtk3 GI.Gtk.Enums Do not sort the returned list of recently used resources.
CellRendererStateSorted :: CellRendererStategi-gtk3 GI.Gtk.Flags The cell is in a sorted row
RegionFlagsSorted :: RegionFlagsgi-gtk3 GI.Gtk.Flags Region is part of a sorted area.
-
gi-gtk3 GI.Gtk.Interfaces.RecentChooser Construct a GValueConstruct with valid value for the “sort-type” property. This is rarely needed directly, but it is used by new.
getRecentChooserSortType :: (MonadIO m, IsRecentChooser o) => o -> m RecentSortTypegi-gtk3 GI.Gtk.Interfaces.RecentChooser Get the value of the “sort-type” property. When overloading is enabled, this is equivalent to
get recentChooser #sortType
recentChooserGetSortType :: (HasCallStack, MonadIO m, IsRecentChooser a) => a -> m RecentSortTypegi-gtk3 GI.Gtk.Interfaces.RecentChooser Gets the value set by recentChooserSetSortType. Since: 2.10
-
gi-gtk3 GI.Gtk.Interfaces.RecentChooser Sets the comparison function used when sorting to be sortFunc. If the chooser has the sort type set to GTK_RECENT_SORT_CUSTOM then the chooser will sort using this function. To the comparison function will be passed two RecentInfo structs and sortData; sortFunc should return a positive integer if the first item comes before the second, zero if the two items are equal and a negative integer if the first item comes after the second. Since: 2.10
-
gi-gtk3 GI.Gtk.Interfaces.RecentChooser Changes the sorting order of the recently used resources list displayed by chooser. Since: 2.10