Hoogle Search
Within LTS Haskell 24.33 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
setNumericSorterSortOrder :: (MonadIO m, IsNumericSorter o) => o -> SortType -> m ()gi-gtk4 GI.Gtk.Objects.NumericSorter Set the value of the “sort-order” property. When overloading is enabled, this is equivalent to
set numericSorter [ #sortOrder := value ]
toNumericSorter :: (MonadIO m, IsNumericSorter o) => o -> m NumericSortergi-gtk4 GI.Gtk.Objects.NumericSorter Cast to NumericSorter, for types for which this is known to be safe. For general casts, use castTo.
clearSettingsGtkCursorThemeName :: (MonadIO m, IsSettings o) => o -> m ()gi-gtk4 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-gtk4 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-gtk4 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-gtk4 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-gtk4 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-gtk4 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
getSettingsGtkCursorThemeSize :: (MonadIO m, IsSettings o) => o -> m Int32gi-gtk4 GI.Gtk.Objects.Settings Get the value of the “gtk-cursor-theme-size” property. When overloading is enabled, this is equivalent to
get settings #gtkCursorThemeSize
setSettingsGtkAlternativeSortArrows :: (MonadIO m, IsSettings o) => o -> Bool -> m ()gi-gtk4 GI.Gtk.Objects.Settings Set the value of the “gtk-alternative-sort-arrows” property. When overloading is enabled, this is equivalent to
set settings [ #gtkAlternativeSortArrows := value ]