Hoogle Search

Within LTS Haskell 24.33 (ghc-9.10.3)

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

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

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

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

  4. clearSortListModelModel :: (MonadIO m, IsSortListModel o) => o -> m ()

    gi-gtk4 GI.Gtk.Objects.SortListModel

    Set the value of the “model” property to Nothing. When overloading is enabled, this is equivalent to

    clear #model
    

  5. clearSortListModelSectionSorter :: (MonadIO m, IsSortListModel o) => o -> m ()

    gi-gtk4 GI.Gtk.Objects.SortListModel

    Set the value of the “section-sorter” property to Nothing. When overloading is enabled, this is equivalent to

    clear #sectionSorter
    

  6. clearSortListModelSorter :: (MonadIO m, IsSortListModel o) => o -> m ()

    gi-gtk4 GI.Gtk.Objects.SortListModel

    Set the value of the “sorter” property to Nothing. When overloading is enabled, this is equivalent to

    clear #sorter
    

  7. constructSortListModelIncremental :: (IsSortListModel o, MonadIO m) => Bool -> m (GValueConstruct o)

    gi-gtk4 GI.Gtk.Objects.SortListModel

    Construct a GValueConstruct with valid value for the “incremental” property. This is rarely needed directly, but it is used by new.

  8. constructSortListModelModel :: (IsSortListModel o, MonadIO m, IsListModel a) => a -> m (GValueConstruct o)

    gi-gtk4 GI.Gtk.Objects.SortListModel

    Construct a GValueConstruct with valid value for the “model” property. This is rarely needed directly, but it is used by new.

  9. constructSortListModelSectionSorter :: (IsSortListModel o, MonadIO m, IsSorter a) => a -> m (GValueConstruct o)

    gi-gtk4 GI.Gtk.Objects.SortListModel

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

  10. constructSortListModelSorter :: (IsSortListModel o, MonadIO m, IsSorter a) => a -> m (GValueConstruct o)

    gi-gtk4 GI.Gtk.Objects.SortListModel

    Construct a GValueConstruct with valid value for the “sorter” property. This is rarely needed directly, but it is used by new.

Page 195 of many | Previous | Next