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

    gi-gtk4 GI.Gtk.Objects.Settings

    Set the value of the “gtk-alternative-sort-arrows” property. When overloading is enabled, this is equivalent to

    set settings [ #gtkAlternativeSortArrows := value ]
    

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

    gi-gtk4 GI.Gtk.Objects.Settings

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

    set settings [ #gtkApplicationPreferDarkTheme := value ]
    

  3. setSettingsGtkCursorAspectRatio :: (MonadIO m, IsSettings o) => o -> Double -> m ()

    gi-gtk4 GI.Gtk.Objects.Settings

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

    set settings [ #gtkCursorAspectRatio := value ]
    

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

    gi-gtk4 GI.Gtk.Objects.Settings

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

    set settings [ #gtkCursorBlink := value ]
    

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

    gi-gtk4 GI.Gtk.Objects.Settings

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

    set settings [ #gtkCursorBlinkTime := value ]
    

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

    gi-gtk4 GI.Gtk.Objects.Settings

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

    set settings [ #gtkCursorBlinkTimeout := value ]
    

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

    gi-gtk4 GI.Gtk.Objects.Settings

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

    set settings [ #gtkCursorThemeName := value ]
    

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

    gi-gtk4 GI.Gtk.Objects.Settings

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

    set settings [ #gtkCursorThemeSize := value ]
    

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

    gi-gtk4 GI.Gtk.Objects.Settings

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

    set settings [ #gtkDecorationLayout := value ]
    

  10. setSettingsGtkDialogsUseHeader :: (MonadIO m, IsSettings o) => o -> Bool -> m ()

    gi-gtk4 GI.Gtk.Objects.Settings

    Set the value of the “gtk-dialogs-use-header” property. When overloading is enabled, this is equivalent to

    set settings [ #gtkDialogsUseHeader := value ]
    

Page 672 of many | Previous | Next