Hoogle Search

Within Stackage Nightly 2026-06-28 (ghc-9.12.4)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. setSettingsGtkTooltipBrowseTimeout :: (MonadIO m, IsSettings o) => o -> Int32 -> m ()

    gi-gtk-hs Data.GI.Gtk

    Set the value of the “gtk-tooltip-browse-timeout” property. When overloading is enabled, this is equivalent to

    set settings [ #gtkTooltipBrowseTimeout := value ]
    

  2. setSettingsGtkTooltipTimeout :: (MonadIO m, IsSettings o) => o -> Int32 -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set settings [ #gtkTooltipTimeout := value ]
    

  3. setSettingsGtkTouchscreenMode :: (MonadIO m, IsSettings o) => o -> Bool -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set settings [ #gtkTouchscreenMode := value ]
    

  4. setSettingsGtkVisibleFocus :: (MonadIO m, IsSettings o) => o -> PolicyType -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set settings [ #gtkVisibleFocus := value ]
    

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

    gi-gtk-hs Data.GI.Gtk

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

    set settings [ #gtkXftAntialias := value ]
    

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

    gi-gtk-hs Data.GI.Gtk

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

    set settings [ #gtkXftDpi := value ]
    

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

    gi-gtk-hs Data.GI.Gtk

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

    set settings [ #gtkXftHinting := value ]
    

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

    gi-gtk-hs Data.GI.Gtk

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

    set settings [ #gtkXftHintstyle := value ]
    

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

    gi-gtk-hs Data.GI.Gtk

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

    set settings [ #gtkXftRgba := value ]
    

  10. setSettingsValueOrigin :: MonadIO m => SettingsValue -> CString -> m ()

    gi-gtk-hs Data.GI.Gtk

    Set the value of the “origin” field. When overloading is enabled, this is equivalent to

    set settingsValue [ #origin := value ]
    

Page 154 of many | Previous | Next