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.
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.
clearSortListModelModel :: (MonadIO m, IsSortListModel o) => o -> m ()gi-gtk4 GI.Gtk.Objects.SortListModel Set the value of the “model” property to Nothing. When overloading is enabled, this is equivalent to
clear #model
clearSortListModelSectionSorter :: (MonadIO m, IsSortListModel o) => o -> m ()gi-gtk4 GI.Gtk.Objects.SortListModel Set the value of the “section-sorter” property to Nothing. When overloading is enabled, this is equivalent to
clear #sectionSorter
clearSortListModelSorter :: (MonadIO m, IsSortListModel o) => o -> m ()gi-gtk4 GI.Gtk.Objects.SortListModel Set the value of the “sorter” property to Nothing. When overloading is enabled, this is equivalent to
clear #sorter
constructSortListModelIncremental :: (IsSortListModel o, MonadIO m) => Bool -> m (GValueConstruct o)gi-gtk4 GI.Gtk.Objects.SortListModel Construct a GValueConstruct with valid value for the “incremental” property. This is rarely needed directly, but it is used by new.
-
gi-gtk4 GI.Gtk.Objects.SortListModel Construct a GValueConstruct with valid value for the “model” property. This is rarely needed directly, but it is used by new.
-
gi-gtk4 GI.Gtk.Objects.SortListModel Construct a GValueConstruct with valid value for the “section-sorter” property. This is rarely needed directly, but it is used by new.
-
gi-gtk4 GI.Gtk.Objects.SortListModel Construct a GValueConstruct with valid value for the “sorter” property. This is rarely needed directly, but it is used by new.