Hoogle Search
Within LTS Haskell 24.52 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
setSettingsGtkTouchscreenMode :: (MonadIO m, IsSettings o) => o -> Bool -> m ()gi-gtk3 GI.Gtk.Objects.Settings Set the value of the “gtk-touchscreen-mode” property. When overloading is enabled, this is equivalent to
set settings [ #gtkTouchscreenMode := value ]
setSettingsGtkVisibleFocus :: (MonadIO m, IsSettings o) => o -> PolicyType -> m ()gi-gtk3 GI.Gtk.Objects.Settings Set the value of the “gtk-visible-focus” property. When overloading is enabled, this is equivalent to
set settings [ #gtkVisibleFocus := value ]
setSettingsGtkXftAntialias :: (MonadIO m, IsSettings o) => o -> Int32 -> m ()gi-gtk3 GI.Gtk.Objects.Settings Set the value of the “gtk-xft-antialias” property. When overloading is enabled, this is equivalent to
set settings [ #gtkXftAntialias := value ]
setSettingsGtkXftDpi :: (MonadIO m, IsSettings o) => o -> Int32 -> m ()gi-gtk3 GI.Gtk.Objects.Settings Set the value of the “gtk-xft-dpi” property. When overloading is enabled, this is equivalent to
set settings [ #gtkXftDpi := value ]
setSettingsGtkXftHinting :: (MonadIO m, IsSettings o) => o -> Int32 -> m ()gi-gtk3 GI.Gtk.Objects.Settings Set the value of the “gtk-xft-hinting” property. When overloading is enabled, this is equivalent to
set settings [ #gtkXftHinting := value ]
setSettingsGtkXftHintstyle :: (MonadIO m, IsSettings o) => o -> Text -> m ()gi-gtk3 GI.Gtk.Objects.Settings Set the value of the “gtk-xft-hintstyle” property. When overloading is enabled, this is equivalent to
set settings [ #gtkXftHintstyle := value ]
setSettingsGtkXftRgba :: (MonadIO m, IsSettings o) => o -> Text -> m ()gi-gtk3 GI.Gtk.Objects.Settings Set the value of the “gtk-xft-rgba” property. When overloading is enabled, this is equivalent to
set settings [ #gtkXftRgba := value ]
settingsGetDefault :: (HasCallStack, MonadIO m) => m (Maybe Settings)gi-gtk3 GI.Gtk.Objects.Settings Gets the Settings object for the default GDK screen, creating it if necessary. See settingsGetForScreen.
settingsGetForScreen :: (HasCallStack, MonadIO m, IsScreen a) => a -> m Settingsgi-gtk3 GI.Gtk.Objects.Settings Gets the Settings object for screen, creating it if necessary. Since: 2.2
settingsInstallProperty :: (HasCallStack, MonadIO m) => GParamSpec -> m ()gi-gtk3 GI.Gtk.Objects.Settings Deprecated: (Since version 3.16)This function is not useful outside GTK+.