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. setSettingsGtkSplitCursor :: (MonadIO m, IsSettings o) => o -> Bool -> m ()

    gi-gtk4 GI.Gtk.Objects.Settings

    Set the value of the “gtk-split-cursor” property. When overloading is enabled, this is equivalent to

    set settings [ #gtkSplitCursor := value ]
    

  2. setSettingsGtkThemeName :: (MonadIO m, IsSettings o) => o -> Text -> m ()

    gi-gtk4 GI.Gtk.Objects.Settings

    Set the value of the “gtk-theme-name” property. When overloading is enabled, this is equivalent to

    set settings [ #gtkThemeName := value ]
    

  3. setSettingsGtkTitlebarDoubleClick :: (MonadIO m, IsSettings o) => o -> Text -> m ()

    gi-gtk4 GI.Gtk.Objects.Settings

    Set the value of the “gtk-titlebar-double-click” property. When overloading is enabled, this is equivalent to

    set settings [ #gtkTitlebarDoubleClick := value ]
    

  4. setSettingsGtkTitlebarMiddleClick :: (MonadIO m, IsSettings o) => o -> Text -> m ()

    gi-gtk4 GI.Gtk.Objects.Settings

    Set the value of the “gtk-titlebar-middle-click” property. When overloading is enabled, this is equivalent to

    set settings [ #gtkTitlebarMiddleClick := value ]
    

  5. setSettingsGtkTitlebarRightClick :: (MonadIO m, IsSettings o) => o -> Text -> m ()

    gi-gtk4 GI.Gtk.Objects.Settings

    Set the value of the “gtk-titlebar-right-click” property. When overloading is enabled, this is equivalent to

    set settings [ #gtkTitlebarRightClick := value ]
    

  6. setSettingsGtkXftAntialias :: (MonadIO m, IsSettings o) => o -> Int32 -> m ()

    gi-gtk4 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 ]
    

  7. setSettingsGtkXftDpi :: (MonadIO m, IsSettings o) => o -> Int32 -> m ()

    gi-gtk4 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 ]
    

  8. setSettingsGtkXftHinting :: (MonadIO m, IsSettings o) => o -> Int32 -> m ()

    gi-gtk4 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 ]
    

  9. setSettingsGtkXftHintstyle :: (MonadIO m, IsSettings o) => o -> Text -> m ()

    gi-gtk4 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 ]
    

  10. setSettingsGtkXftRgba :: (MonadIO m, IsSettings o) => o -> Text -> m ()

    gi-gtk4 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 ]
    

Page 676 of many | Previous | Next