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. TreeSortable :: ManagedPtr TreeSortable -> TreeSortable

    gi-gtk4 GI.Gtk.Interfaces.TreeSortable

    Deprecated: (Since version 4.10)There is no replacement for this interface. You shoulduse SortListModel to wrap your list model instead

  2. type TreeSortableSortColumnChangedCallback = IO ()

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

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

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

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

    gi-gtk4 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
    

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

    gi-gtk4 GI.Gtk.Interfaces.TreeSortable

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

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

    gi-gtk4 GI.Gtk.Interfaces.TreeSortable

    Deprecated: (Since version 4.10)

  7. treeSortableHasDefaultSortFunc :: (HasCallStack, MonadIO m, IsTreeSortable a) => a -> m Bool

    gi-gtk4 GI.Gtk.Interfaces.TreeSortable

    Deprecated: (Since version 4.10)

  8. treeSortableSetDefaultSortFunc :: (HasCallStack, MonadIO m, IsTreeSortable a) => a -> TreeIterCompareFunc -> m ()

    gi-gtk4 GI.Gtk.Interfaces.TreeSortable

    Deprecated: (Since version 4.10)

  9. treeSortableSetSortColumnId :: (HasCallStack, MonadIO m, IsTreeSortable a) => a -> Int32 -> SortType -> m ()

    gi-gtk4 GI.Gtk.Interfaces.TreeSortable

    Deprecated: (Since version 4.10)

  10. treeSortableSetSortFunc :: (HasCallStack, MonadIO m, IsTreeSortable a) => a -> Int32 -> TreeIterCompareFunc -> m ()

    gi-gtk4 GI.Gtk.Interfaces.TreeSortable

    Deprecated: (Since version 4.10)

Page 187 of many | Previous | Next