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

  2. spinButtonGetAdjustment :: (HasCallStack, MonadIO m, IsSpinButton a) => a -> m Adjustment

    gi-gtk4 GI.Gtk.Objects.SpinButton

    Get the adjustment associated with a GtkSpinButton.

  3. spinButtonSetAdjustment :: (HasCallStack, MonadIO m, IsSpinButton a, IsAdjustment b) => a -> b -> m ()

    gi-gtk4 GI.Gtk.Objects.SpinButton

    Replaces the GtkAdjustment associated with spinButton.

  4. module GI.Gtk.Objects.TreeListModel

    GtkTreeListModel is a list model that can create child models on demand.

  5. class (GObject o, IsDescendantOf TreeListModel o) => IsTreeListModel o

    gi-gtk4 GI.Gtk.Objects.TreeListModel

    Type class for types which can be safely cast to TreeListModel, for instance with toTreeListModel.

  6. newtype TreeListModel

    gi-gtk4 GI.Gtk.Objects.TreeListModel

    Memory-managed wrapper type.

  7. TreeListModel :: ManagedPtr TreeListModel -> TreeListModel

    gi-gtk4 GI.Gtk.Objects.TreeListModel

    No documentation available.

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

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

  10. getTreeListModelAutoexpand :: (MonadIO m, IsTreeListModel o) => o -> m Bool

    gi-gtk4 GI.Gtk.Objects.TreeListModel

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

    get treeListModel #autoexpand
    

Page 142 of many | Previous | Next