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.
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.
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.
-
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. -
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
toTreeSortable :: (MonadIO m, IsTreeSortable o) => o -> m TreeSortablegi-gtk3 GI.Gtk.Interfaces.TreeSortable Cast to TreeSortable, for types for which this is known to be safe. For general casts, use castTo.
-
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.