Hoogle Search

Within LTS Haskell 24.39 (ghc-9.10.3)

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

  1. setScrolledWindowVadjustment :: (MonadIO m, IsScrolledWindow o, IsAdjustment a) => o -> a -> m ()

    gi-gtk4 GI.Gtk.Objects.ScrolledWindow

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

    set scrolledWindow [ #vadjustment := value ]
    

  2. module GI.Gtk.Objects.SliceListModel

    GtkSliceListModel is a list model that presents a slice of another model. This is useful when implementing paging by setting the size to the number of elements per page and updating the offset whenever a different page is opened. GtkSliceListModel passes through sections from the underlying model.

  3. class (GObject o, IsDescendantOf SliceListModel o) => IsSliceListModel o

    gi-gtk4 GI.Gtk.Objects.SliceListModel

    Type class for types which can be safely cast to SliceListModel, for instance with toSliceListModel.

  4. newtype SliceListModel

    gi-gtk4 GI.Gtk.Objects.SliceListModel

    Memory-managed wrapper type.

  5. SliceListModel :: ManagedPtr SliceListModel -> SliceListModel

    gi-gtk4 GI.Gtk.Objects.SliceListModel

    No documentation available.

  6. clearSliceListModelModel :: (MonadIO m, IsSliceListModel o) => o -> m ()

    gi-gtk4 GI.Gtk.Objects.SliceListModel

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

    clear #model
    

  7. constructSliceListModelModel :: (IsSliceListModel o, MonadIO m, IsListModel a) => a -> m (GValueConstruct o)

    gi-gtk4 GI.Gtk.Objects.SliceListModel

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

  8. constructSliceListModelOffset :: (IsSliceListModel o, MonadIO m) => Word32 -> m (GValueConstruct o)

    gi-gtk4 GI.Gtk.Objects.SliceListModel

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

  9. constructSliceListModelSize :: (IsSliceListModel o, MonadIO m) => Word32 -> m (GValueConstruct o)

    gi-gtk4 GI.Gtk.Objects.SliceListModel

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

  10. getSliceListModelItemType :: (MonadIO m, IsSliceListModel o) => o -> m GType

    gi-gtk4 GI.Gtk.Objects.SliceListModel

    Get the value of the “item-type” property. When overloading is enabled, this is equivalent to

    get sliceListModel #itemType
    

Page 136 of many | Previous | Next