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.
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 ]
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.
class (GObject o, IsDescendantOf SliceListModel o) =>
IsSliceListModel ogi-gtk4 GI.Gtk.Objects.SliceListModel Type class for types which can be safely cast to SliceListModel, for instance with toSliceListModel.
-
gi-gtk4 GI.Gtk.Objects.SliceListModel Memory-managed wrapper type.
SliceListModel :: ManagedPtr SliceListModel -> SliceListModelgi-gtk4 GI.Gtk.Objects.SliceListModel No documentation available.
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
-
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.
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.
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.
getSliceListModelItemType :: (MonadIO m, IsSliceListModel o) => o -> m GTypegi-gtk4 GI.Gtk.Objects.SliceListModel Get the value of the “item-type” property. When overloading is enabled, this is equivalent to
get sliceListModel #itemType