Hoogle Search

Within LTS Haskell 24.28 (ghc-9.10.3)

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

  1. scrolledWindowSetVadjustment :: (HasCallStack, MonadIO m, IsScrolledWindow a, IsAdjustment b) => a -> Maybe b -> m ()

    gi-gtk4 GI.Gtk.Objects.ScrolledWindow

    Sets the GtkAdjustment for the vertical scrollbar.

  2. setScrolledWindowHadjustment :: (MonadIO m, IsScrolledWindow o, IsAdjustment a) => o -> a -> m ()

    gi-gtk4 GI.Gtk.Objects.ScrolledWindow

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

    set scrolledWindow [ #hadjustment := value ]
    

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

  4. constructSpinButtonAdjustment :: (IsSpinButton o, MonadIO m, IsAdjustment a) => a -> m (GValueConstruct o)

    gi-gtk4 GI.Gtk.Objects.SpinButton

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

  5. getSpinButtonAdjustment :: (MonadIO m, IsSpinButton o) => o -> m Adjustment

    gi-gtk4 GI.Gtk.Objects.SpinButton

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

    get spinButton #adjustment
    

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

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

    gi-gtk4 GI.Gtk.Objects.SpinButton

    Get the adjustment associated with a GtkSpinButton.

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

    gi-gtk4 GI.Gtk.Objects.SpinButton

    Replaces the GtkAdjustment associated with spinButton.

  9. constructTextTagJustification :: (IsTextTag o, MonadIO m) => Justification -> m (GValueConstruct o)

    gi-gtk4 GI.Gtk.Objects.TextTag

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

  10. constructTextTagJustificationSet :: (IsTextTag o, MonadIO m) => Bool -> m (GValueConstruct o)

    gi-gtk4 GI.Gtk.Objects.TextTag

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

Page 122 of many | Previous | Next