Hoogle Search

Within LTS Haskell 24.34 (ghc-9.10.3)

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

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

    gi-gtk4 GI.Gtk.Objects.Settings

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

    clear #gtkCursorThemeName
    

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

    gi-gtk4 GI.Gtk.Objects.Settings

    Construct a GValueConstruct with valid value for the “gtk-alternative-sort-arrows” property. This is rarely needed directly, but it is used by new.

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

    gi-gtk4 GI.Gtk.Objects.Settings

    Construct a GValueConstruct with valid value for the “gtk-cursor-theme-name” property. This is rarely needed directly, but it is used by new.

  4. constructSettingsGtkCursorThemeSize :: (IsSettings o, MonadIO m) => Int32 -> m (GValueConstruct o)

    gi-gtk4 GI.Gtk.Objects.Settings

    Construct a GValueConstruct with valid value for the “gtk-cursor-theme-size” property. This is rarely needed directly, but it is used by new.

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

    gi-gtk4 GI.Gtk.Objects.Settings

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

    get settings #gtkAlternativeSortArrows
    

  6. getSettingsGtkCursorThemeName :: (MonadIO m, IsSettings o) => o -> m (Maybe Text)

    gi-gtk4 GI.Gtk.Objects.Settings

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

    get settings #gtkCursorThemeName
    

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

    gi-gtk4 GI.Gtk.Objects.Settings

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

    get settings #gtkCursorThemeSize
    

  8. 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 ]
    

  9. 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 ]
    

  10. 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 ]
    

Page 163 of many | Previous | Next