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

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

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

  4. newtype TreeSortable

    gi-gtk3 GI.Gtk.Interfaces.TreeSortable

    Memory-managed wrapper type.

  5. TreeSortable :: ManagedPtr TreeSortable -> TreeSortable

    gi-gtk3 GI.Gtk.Interfaces.TreeSortable

    No documentation available.

  6. type TreeSortableSortColumnChangedCallback = IO ()

    gi-gtk3 GI.Gtk.Interfaces.TreeSortable

    The sortColumnChanged signal is emitted when the sort column or sort order of sortable is changed. The signal is emitted before the contents of sortable are resorted.

  7. afterTreeSortableSortColumnChanged :: (IsTreeSortable a, MonadIO m) => a -> ((?self :: a) => TreeSortableSortColumnChangedCallback) -> m SignalHandlerId

    gi-gtk3 GI.Gtk.Interfaces.TreeSortable

    Connect a signal handler for the sortColumnChanged signal, to be run after the default handler. When overloading is enabled, this is equivalent to

    after treeSortable #sortColumnChanged callback
    
    By default the object invoking the signal is not passed to the callback. If you need to access it, you can use the implit ?self parameter. Note that this requires activating the ImplicitParams GHC extension.

  8. onTreeSortableSortColumnChanged :: (IsTreeSortable a, MonadIO m) => a -> ((?self :: a) => TreeSortableSortColumnChangedCallback) -> m SignalHandlerId

    gi-gtk3 GI.Gtk.Interfaces.TreeSortable

    Connect a signal handler for the sortColumnChanged signal, to be run before the default handler. When overloading is enabled, this is equivalent to

    on treeSortable #sortColumnChanged callback
    

  9. toTreeSortable :: (MonadIO m, IsTreeSortable o) => o -> m TreeSortable

    gi-gtk3 GI.Gtk.Interfaces.TreeSortable

    Cast to TreeSortable, for types for which this is known to be safe. For general casts, use castTo.

  10. treeSortableGetSortColumnId :: (HasCallStack, MonadIO m, IsTreeSortable a) => a -> m (Bool, Int32, SortType)

    gi-gtk3 GI.Gtk.Interfaces.TreeSortable

    Fills in sortColumnId and order with the current sort column and the order. It returns True unless the sortColumnId is TREE_SORTABLE_DEFAULT_SORT_COLUMN_ID or TREE_SORTABLE_UNSORTED_SORT_COLUMN_ID.

Page 138 of many | Previous | Next