Hoogle Search
Within LTS Haskell 24.34 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
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
setRecentChooserSortType :: (MonadIO m, IsRecentChooser o) => o -> RecentSortType -> m ()gi-gtk3 GI.Gtk.Interfaces.RecentChooser Set the value of the “sort-type” property. When overloading is enabled, this is equivalent to
set recentChooser [ #sortType := value ]
module GI.Gtk.Interfaces.
TreeSortable TreeSortable is an interface to be implemented by tree models which support sorting. The TreeView uses the methods provided by this interface to sort the model.
class (GObject o, IsDescendantOf TreeSortable o) =>
IsTreeSortable ogi-gtk3 GI.Gtk.Interfaces.TreeSortable Type class for types which can be safely cast to TreeSortable, for instance with toTreeSortable.
-
gi-gtk3 GI.Gtk.Interfaces.TreeSortable Memory-managed wrapper type.
TreeSortable :: ManagedPtr TreeSortable -> TreeSortablegi-gtk3 GI.Gtk.Interfaces.TreeSortable No documentation available.