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

    gi-gtk3 GI.Gtk.Objects.Settings

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

    set settings [ #gtkTimeoutInitial := value ]
    

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

    gi-gtk3 GI.Gtk.Objects.Settings

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

    set settings [ #gtkTimeoutRepeat := value ]
    

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

    gi-gtk3 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-gtk3 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-gtk3 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. setSettingsGtkToolbarIconSize :: (MonadIO m, IsSettings o) => o -> IconSize -> m ()

    gi-gtk3 GI.Gtk.Objects.Settings

    Set the value of the “gtk-toolbar-icon-size” property. When overloading is enabled, this is equivalent to

    set settings [ #gtkToolbarIconSize := value ]
    

  7. setSettingsGtkToolbarStyle :: (MonadIO m, IsSettings o) => o -> ToolbarStyle -> m ()

    gi-gtk3 GI.Gtk.Objects.Settings

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

    set settings [ #gtkToolbarStyle := value ]
    

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

    gi-gtk3 GI.Gtk.Objects.Settings

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

    set settings [ #gtkTooltipBrowseModeTimeout := value ]
    

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

    gi-gtk3 GI.Gtk.Objects.Settings

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

    set settings [ #gtkTooltipBrowseTimeout := value ]
    

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

    gi-gtk3 GI.Gtk.Objects.Settings

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

    set settings [ #gtkTooltipTimeout := value ]
    

Page 546 of many | Previous | Next