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.
setSpinButtonAdjustment :: (MonadIO m, IsSpinButton o, IsAdjustment a) => o -> a -> m ()gi-gtk4 GI.Gtk.Objects.SpinButton Set the value of the “adjustment” property. When overloading is enabled, this is equivalent to
set spinButton [ #adjustment := value ]
spinButtonGetAdjustment :: (HasCallStack, MonadIO m, IsSpinButton a) => a -> m Adjustmentgi-gtk4 GI.Gtk.Objects.SpinButton Get the adjustment associated with a GtkSpinButton.
-
gi-gtk4 GI.Gtk.Objects.SpinButton Replaces the GtkAdjustment associated with spinButton.
module GI.Gtk.Objects.
TreeListModel GtkTreeListModel is a list model that can create child models on demand.
class (GObject o, IsDescendantOf TreeListModel o) =>
IsTreeListModel ogi-gtk4 GI.Gtk.Objects.TreeListModel Type class for types which can be safely cast to TreeListModel, for instance with toTreeListModel.
-
gi-gtk4 GI.Gtk.Objects.TreeListModel Memory-managed wrapper type.
TreeListModel :: ManagedPtr TreeListModel -> TreeListModelgi-gtk4 GI.Gtk.Objects.TreeListModel No documentation available.
constructTreeListModelAutoexpand :: (IsTreeListModel o, MonadIO m) => Bool -> m (GValueConstruct o)gi-gtk4 GI.Gtk.Objects.TreeListModel Construct a GValueConstruct with valid value for the “autoexpand” property. This is rarely needed directly, but it is used by new.
constructTreeListModelPassthrough :: (IsTreeListModel o, MonadIO m) => Bool -> m (GValueConstruct o)gi-gtk4 GI.Gtk.Objects.TreeListModel Construct a GValueConstruct with valid value for the “passthrough” property. This is rarely needed directly, but it is used by new.
getTreeListModelAutoexpand :: (MonadIO m, IsTreeListModel o) => o -> m Boolgi-gtk4 GI.Gtk.Objects.TreeListModel Get the value of the “autoexpand” property. When overloading is enabled, this is equivalent to
get treeListModel #autoexpand