Hoogle Search
Within LTS Haskell 24.51 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
setSettingsGtkShellShowsMenubar :: (MonadIO m, IsSettings o) => o -> Bool -> m ()gi-gtk4 GI.Gtk.Objects.Settings Set the value of the “gtk-shell-shows-menubar” property. When overloading is enabled, this is equivalent to
set settings [ #gtkShellShowsMenubar := value ]
setSettingsGtkShowStatusShapes :: (MonadIO m, IsSettings o) => o -> Bool -> m ()gi-gtk4 GI.Gtk.Objects.Settings Set the value of the “gtk-show-status-shapes” property. When overloading is enabled, this is equivalent to
set settings [ #gtkShowStatusShapes := value ]
constructTextTagShowSpaces :: (IsTextTag o, MonadIO m) => [ShowFlags] -> m (GValueConstruct o)gi-gtk4 GI.Gtk.Objects.TextTag Construct a GValueConstruct with valid value for the “show-spaces” property. This is rarely needed directly, but it is used by new.
constructTextTagShowSpacesSet :: (IsTextTag o, MonadIO m) => Bool -> m (GValueConstruct o)gi-gtk4 GI.Gtk.Objects.TextTag Construct a GValueConstruct with valid value for the “show-spaces-set” property. This is rarely needed directly, but it is used by new.
getTextTagShowSpaces :: (MonadIO m, IsTextTag o) => o -> m [ShowFlags]gi-gtk4 GI.Gtk.Objects.TextTag Get the value of the “show-spaces” property. When overloading is enabled, this is equivalent to
get textTag #showSpaces
getTextTagShowSpacesSet :: (MonadIO m, IsTextTag o) => o -> m Boolgi-gtk4 GI.Gtk.Objects.TextTag Get the value of the “show-spaces-set” property. When overloading is enabled, this is equivalent to
get textTag #showSpacesSet
setTextTagShowSpaces :: (MonadIO m, IsTextTag o) => o -> [ShowFlags] -> m ()gi-gtk4 GI.Gtk.Objects.TextTag Set the value of the “show-spaces” property. When overloading is enabled, this is equivalent to
set textTag [ #showSpaces := value ]
setTextTagShowSpacesSet :: (MonadIO m, IsTextTag o) => o -> Bool -> m ()gi-gtk4 GI.Gtk.Objects.TextTag Set the value of the “show-spaces-set” property. When overloading is enabled, this is equivalent to
set textTag [ #showSpacesSet := value ]
constructTreeViewShowExpanders :: (IsTreeView o, MonadIO m) => Bool -> m (GValueConstruct o)gi-gtk4 GI.Gtk.Objects.TreeView Construct a GValueConstruct with valid value for the “show-expanders” property. This is rarely needed directly, but it is used by new.
getTreeViewShowExpanders :: (MonadIO m, IsTreeView o) => o -> m Boolgi-gtk4 GI.Gtk.Objects.TreeView Get the value of the “show-expanders” property. When overloading is enabled, this is equivalent to
get treeView #showExpanders