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.

  1. RecentSortTypeLru :: RecentSortType

    gi-gtk3 GI.Gtk.Enums

    Sort the returned list with the least recently used items first.

  2. RecentSortTypeMru :: RecentSortType

    gi-gtk3 GI.Gtk.Enums

    Sort the returned list with the most recently used items first.

  3. RecentSortTypeNone :: RecentSortType

    gi-gtk3 GI.Gtk.Enums

    Do not sort the returned list of recently used resources.

  4. CellRendererStateSorted :: CellRendererState

    gi-gtk3 GI.Gtk.Flags

    The cell is in a sorted row

  5. RegionFlagsSorted :: RegionFlags

    gi-gtk3 GI.Gtk.Flags

    Region is part of a sorted area.

  6. constructRecentChooserSortType :: (IsRecentChooser o, MonadIO m) => RecentSortType -> m (GValueConstruct o)

    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.

  7. getRecentChooserSortType :: (MonadIO m, IsRecentChooser o) => o -> m RecentSortType

    gi-gtk3 GI.Gtk.Interfaces.RecentChooser

    Get the value of the “sort-type” property. When overloading is enabled, this is equivalent to

    get recentChooser #sortType
    

  8. recentChooserGetSortType :: (HasCallStack, MonadIO m, IsRecentChooser a) => a -> m RecentSortType

    gi-gtk3 GI.Gtk.Interfaces.RecentChooser

    Gets the value set by recentChooserSetSortType. Since: 2.10

  9. recentChooserSetSortFunc :: (HasCallStack, MonadIO m, IsRecentChooser a) => a -> RecentSortFunc -> m ()

    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

  10. recentChooserSetSortType :: (HasCallStack, MonadIO m, IsRecentChooser a) => a -> RecentSortType -> m ()

    gi-gtk3 GI.Gtk.Interfaces.RecentChooser

    Changes the sorting order of the recently used resources list displayed by chooser. Since: 2.10

Page 137 of many | Previous | Next