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.

  1. 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.

  2. 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
    

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

    gi-gtk3 GI.Gtk.Interfaces.RecentChooser

    Gets the value set by recentChooserSetSortType. Since: 2.10

  4. 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

  5. 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

  6. 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 ]
    

  7. 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.

  8. class (GObject o, IsDescendantOf TreeSortable o) => IsTreeSortable o

    gi-gtk3 GI.Gtk.Interfaces.TreeSortable

    Type class for types which can be safely cast to TreeSortable, for instance with toTreeSortable.

  9. newtype TreeSortable

    gi-gtk3 GI.Gtk.Interfaces.TreeSortable

    Memory-managed wrapper type.

  10. TreeSortable :: ManagedPtr TreeSortable -> TreeSortable

    gi-gtk3 GI.Gtk.Interfaces.TreeSortable

    No documentation available.

Page 146 of many | Previous | Next