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

    gi-gtk3 GI.Gtk.Objects.Settings

    Set the value of the “gtk-scrolled-window-placement” property. When overloading is enabled, this is equivalent to

    set settings [ #gtkScrolledWindowPlacement := value ]
    

  2. setSettingsGtkShellShowsAppMenu :: (MonadIO m, IsSettings o) => o -> Bool -> m ()

    gi-gtk3 GI.Gtk.Objects.Settings

    Set the value of the “gtk-shell-shows-app-menu” property. When overloading is enabled, this is equivalent to

    set settings [ #gtkShellShowsAppMenu := value ]
    

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

    gi-gtk3 GI.Gtk.Objects.Settings

    Set the value of the “gtk-shell-shows-desktop” property. When overloading is enabled, this is equivalent to

    set settings [ #gtkShellShowsDesktop := value ]
    

  4. setSettingsGtkShellShowsMenubar :: (MonadIO m, IsSettings o) => o -> Bool -> m ()

    gi-gtk3 GI.Gtk.Objects.Settings

    Set the value of the “gtk-shell-shows-menubar” property. When overloading is enabled, this is equivalent to

    set settings [ #gtkShellShowsMenubar := value ]
    

  5. setSettingsGtkShowInputMethodMenu :: (MonadIO m, IsSettings o) => o -> Bool -> m ()

    gi-gtk3 GI.Gtk.Objects.Settings

    Set the value of the “gtk-show-input-method-menu” property. When overloading is enabled, this is equivalent to

    set settings [ #gtkShowInputMethodMenu := value ]
    

  6. setSettingsGtkShowUnicodeMenu :: (MonadIO m, IsSettings o) => o -> Bool -> m ()

    gi-gtk3 GI.Gtk.Objects.Settings

    Set the value of the “gtk-show-unicode-menu” property. When overloading is enabled, this is equivalent to

    set settings [ #gtkShowUnicodeMenu := value ]
    

  7. setSettingsGtkSoundThemeName :: (MonadIO m, IsSettings o) => o -> Text -> m ()

    gi-gtk3 GI.Gtk.Objects.Settings

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

    set settings [ #gtkSoundThemeName := value ]
    

  8. setSettingsGtkSplitCursor :: (MonadIO m, IsSettings o) => o -> Bool -> m ()

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

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

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

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

    gi-gtk3 GI.Gtk.Objects.Settings

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

    set settings [ #gtkTimeoutExpand := value ]
    

Page 545 of many | Previous | Next