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.

  1. 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 ]
    

  2. 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 ]
    

  3. 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 ]
    

  4. 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 ]
    

  5. 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 ]
    

  6. 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 ]
    

  7. 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 ]
    

  8. 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.

  9. settingsGetForScreen :: (HasCallStack, MonadIO m, IsScreen a) => a -> m Settings

    gi-gtk3 GI.Gtk.Objects.Settings

    Gets the Settings object for screen, creating it if necessary. Since: 2.2

  10. settingsInstallProperty :: (HasCallStack, MonadIO m) => GParamSpec -> m ()

    gi-gtk3 GI.Gtk.Objects.Settings

    Deprecated: (Since version 3.16)This function is not useful outside GTK+.

Page 547 of many | Previous | Next