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.
-
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 ]
setSettingsGtkCursorThemeName :: (MonadIO m, IsSettings o) => o -> Text -> m ()gi-gtk4 GI.Gtk.Objects.Settings Set the value of the “gtk-cursor-theme-name” property. When overloading is enabled, this is equivalent to
set settings [ #gtkCursorThemeName := value ]
setSettingsGtkCursorThemeSize :: (MonadIO m, IsSettings o) => o -> Int32 -> m ()gi-gtk4 GI.Gtk.Objects.Settings Set the value of the “gtk-cursor-theme-size” property. When overloading is enabled, this is equivalent to
set settings [ #gtkCursorThemeSize := value ]
class (GObject o, IsDescendantOf SortListModel o) =>
IsSortListModel ogi-gtk4 GI.Gtk.Objects.SortListModel Type class for types which can be safely cast to SortListModel, for instance with toSortListModel.