Hoogle Search

Within LTS Haskell 24.32 (ghc-9.10.3)

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

  1. 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.

  2. 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.

  3. 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.

  4. 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
    

  5. 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
    

  6. 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
    

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

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

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

  10. class (GObject o, IsDescendantOf SortListModel o) => IsSortListModel o

    gi-gtk4 GI.Gtk.Objects.SortListModel

    Type class for types which can be safely cast to SortListModel, for instance with toSortListModel.

Page 194 of many | Previous | Next