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.
treeSortableHasDefaultSortFunc :: (HasCallStack, MonadIO m, IsTreeSortable a) => a -> m Boolgi-gtk3 GI.Gtk.Interfaces.TreeSortable Returns True if the model has a default sort function. This is used primarily by GtkTreeViewColumns in order to determine if a model can go back to the default state, or not.
-
gi-gtk3 GI.Gtk.Interfaces.TreeSortable Sets the default comparison function used when sorting to be sortFunc. If the current sort column id of sortable is TREE_SORTABLE_DEFAULT_SORT_COLUMN_ID, then the model will sort using this function. If sortFunc is Nothing, then there will be no default comparison function. This means that once the model has been sorted, it can’t go back to the default state. In this case, when the current sort column id of sortable is TREE_SORTABLE_DEFAULT_SORT_COLUMN_ID, the model will be unsorted.
-
gi-gtk3 GI.Gtk.Interfaces.TreeSortable Sets the current sort column to be sortColumnId. The sortable will resort itself to reflect this change, after emitting a TreeSortable::sortColumnChanged signal. sortColumnId may either be a regular column id, or one of the following special values:
- TREE_SORTABLE_DEFAULT_SORT_COLUMN_ID: the default sort function will be used, if it is set
- TREE_SORTABLE_UNSORTED_SORT_COLUMN_ID: no sorting will occur
-
gi-gtk3 GI.Gtk.Interfaces.TreeSortable Sets the comparison function used when sorting to be sortFunc. If the current sort column id of sortable is the same as sortColumnId, then the model will sort using this function.
treeSortableSortColumnChanged :: (HasCallStack, MonadIO m, IsTreeSortable a) => a -> m ()gi-gtk3 GI.Gtk.Interfaces.TreeSortable Emits a TreeSortable::sortColumnChanged signal on sortable.
flowBoxInvalidateSort :: (HasCallStack, MonadIO m, IsFlowBox a) => a -> m ()gi-gtk3 GI.Gtk.Objects.FlowBox Updates the sorting for all children. Call this when the result of the sort function on box is changed due to an external factor. Since: 3.12
flowBoxSetSortFunc :: (HasCallStack, MonadIO m, IsFlowBox a) => a -> Maybe FlowBoxSortFunc -> m ()gi-gtk3 GI.Gtk.Objects.FlowBox By setting a sort function on the box, one can dynamically reorder the children of the box, based on the contents of the children. The sortFunc will be called for each child after the call, and will continue to be called each time a child changes (via flowBoxChildChanged) and when flowBoxInvalidateSort is called. Note that using a sort function is incompatible with using a model (see flowBoxBindModel). Since: 3.12
listBoxInvalidateSort :: (HasCallStack, MonadIO m, IsListBox a) => a -> m ()gi-gtk3 GI.Gtk.Objects.ListBox Update the sorting for all rows. Call this when result of the sort function on the box is changed due to an external factor. Since: 3.10
listBoxSetSortFunc :: (HasCallStack, MonadIO m, IsListBox a) => a -> Maybe ListBoxSortFunc -> m ()gi-gtk3 GI.Gtk.Objects.ListBox By setting a sort function on the box one can dynamically reorder the rows of the list, based on the contents of the rows. The sortFunc will be called for each row after the call, and will continue to be called each time a row changes (via listBoxRowChanged) and when listBoxInvalidateSort is called. Note that using a sort function is incompatible with using a model (see listBoxBindModel). Since: 3.10
clearSettingsGtkCursorThemeName :: (MonadIO m, IsSettings o) => o -> m ()gi-gtk3 GI.Gtk.Objects.Settings Set the value of the “gtk-cursor-theme-name” property to Nothing. When overloading is enabled, this is equivalent to
clear #gtkCursorThemeName