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.
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
-
gi-gtk3 GI.Gtk.Objects.Settings Construct a GValueConstruct with valid value for the “gtk-alternative-sort-arrows” property. This is rarely needed directly, but it is used by new.
constructSettingsGtkCursorThemeName :: (IsSettings o, MonadIO m) => Text -> m (GValueConstruct o)gi-gtk3 GI.Gtk.Objects.Settings Construct a GValueConstruct with valid value for the “gtk-cursor-theme-name” property. This is rarely needed directly, but it is used by new.
constructSettingsGtkCursorThemeSize :: (IsSettings o, MonadIO m) => Int32 -> m (GValueConstruct o)gi-gtk3 GI.Gtk.Objects.Settings Construct a GValueConstruct with valid value for the “gtk-cursor-theme-size” property. This is rarely needed directly, but it is used by new.
getSettingsGtkAlternativeSortArrows :: (MonadIO m, IsSettings o) => o -> m Boolgi-gtk3 GI.Gtk.Objects.Settings Get the value of the “gtk-alternative-sort-arrows” property. When overloading is enabled, this is equivalent to
get settings #gtkAlternativeSortArrows
getSettingsGtkCursorThemeName :: (MonadIO m, IsSettings o) => o -> m (Maybe Text)gi-gtk3 GI.Gtk.Objects.Settings Get the value of the “gtk-cursor-theme-name” property. When overloading is enabled, this is equivalent to
get settings #gtkCursorThemeName