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. getScrollableVadjustment :: (MonadIO m, IsScrollable o) => o -> m (Maybe Adjustment)

    gi-gtk4 GI.Gtk.Interfaces.Scrollable

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

    get scrollable #vadjustment
    

  2. scrollableGetHadjustment :: (HasCallStack, MonadIO m, IsScrollable a) => a -> m (Maybe Adjustment)

    gi-gtk4 GI.Gtk.Interfaces.Scrollable

    Retrieves the GtkAdjustment used for horizontal scrolling.

  3. scrollableGetVadjustment :: (HasCallStack, MonadIO m, IsScrollable a) => a -> m (Maybe Adjustment)

    gi-gtk4 GI.Gtk.Interfaces.Scrollable

    Retrieves the GtkAdjustment used for vertical scrolling.

  4. scrollableSetHadjustment :: (HasCallStack, MonadIO m, IsScrollable a, IsAdjustment b) => a -> Maybe b -> m ()

    gi-gtk4 GI.Gtk.Interfaces.Scrollable

    Sets the horizontal adjustment of the GtkScrollable.

  5. scrollableSetVadjustment :: (HasCallStack, MonadIO m, IsScrollable a, IsAdjustment b) => a -> Maybe b -> m ()

    gi-gtk4 GI.Gtk.Interfaces.Scrollable

    Sets the vertical adjustment of the GtkScrollable.

  6. setScrollableHadjustment :: (MonadIO m, IsScrollable o, IsAdjustment a) => o -> a -> m ()

    gi-gtk4 GI.Gtk.Interfaces.Scrollable

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

    set scrollable [ #hadjustment := value ]
    

  7. setScrollableVadjustment :: (MonadIO m, IsScrollable o, IsAdjustment a) => o -> a -> m ()

    gi-gtk4 GI.Gtk.Interfaces.Scrollable

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

    set scrollable [ #vadjustment := value ]
    

  8. module GI.Gtk.Objects.Adjustment

    GtkAdjustment is a model for a numeric value. The GtkAdjustment has an associated lower and upper bound. It also contains step and page increments, and a page size. Adjustments are used within several GTK widgets, including SpinButton, Viewport, Scrollbar and Scale. The GtkAdjustment object does not update the value itself. Instead it is left up to the owner of the GtkAdjustment to control the value.

  9. newtype Adjustment

    gi-gtk4 GI.Gtk.Objects.Adjustment

    Memory-managed wrapper type.

  10. Adjustment :: ManagedPtr Adjustment -> Adjustment

    gi-gtk4 GI.Gtk.Objects.Adjustment

    No documentation available.

Page 121 of many | Previous | Next