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

    gi-gtk4 GI.Gtk.Objects.Settings

    Set the value of the “gtk-primary-button-warps-slider” property. When overloading is enabled, this is equivalent to

    set settings [ #gtkPrimaryButtonWarpsSlider := value ]
    

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

    gi-gtk4 GI.Gtk.Objects.Settings

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

    set settings [ #gtkPrintBackends := value ]
    

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

    gi-gtk4 GI.Gtk.Objects.Settings

    Set the value of the “gtk-print-preview-command” property. When overloading is enabled, this is equivalent to

    set settings [ #gtkPrintPreviewCommand := value ]
    

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

    gi-gtk4 GI.Gtk.Objects.Settings

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

    set settings [ #gtkRecentFilesEnabled := value ]
    

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

    gi-gtk4 GI.Gtk.Objects.Settings

    Set the value of the “gtk-recent-files-max-age” property. When overloading is enabled, this is equivalent to

    set settings [ #gtkRecentFilesMaxAge := value ]
    

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

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

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

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

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

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

  9. setSettingsGtkShowStatusShapes :: (MonadIO m, IsSettings o) => o -> Bool -> m ()

    gi-gtk4 GI.Gtk.Objects.Settings

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

    set settings [ #gtkShowStatusShapes := value ]
    

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

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

Page 675 of many | Previous | Next