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. scrollableGetHadjustment :: (HasCallStack, MonadIO m, IsScrollable a) => a -> m Adjustment

    gi-gtk3 GI.Gtk.Interfaces.Scrollable

    Retrieves the Adjustment used for horizontal scrolling. Since: 3.0

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

    gi-gtk3 GI.Gtk.Interfaces.Scrollable

    Retrieves the Adjustment used for vertical scrolling. Since: 3.0

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

    gi-gtk3 GI.Gtk.Interfaces.Scrollable

    Sets the horizontal adjustment of the Scrollable. Since: 3.0

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

    gi-gtk3 GI.Gtk.Interfaces.Scrollable

    Sets the vertical adjustment of the Scrollable. Since: 3.0

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

    gi-gtk3 GI.Gtk.Interfaces.Scrollable

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

    set scrollable [ #hadjustment := value ]
    

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

    gi-gtk3 GI.Gtk.Interfaces.Scrollable

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

    set scrollable [ #vadjustment := value ]
    

  7. module GI.Gtk.Objects.Adjustment

    The Adjustment object represents a value which has an associated lower and upper bound, together with step and page increments, and a page size. It is used within several GTK+ widgets, including SpinButton, Viewport, and Range (which is a base class for Scrollbar and Scale). The Adjustment object does not update the value itself. Instead it is left up to the owner of the Adjustment to control the value.

  8. newtype Adjustment

    gi-gtk3 GI.Gtk.Objects.Adjustment

    Memory-managed wrapper type.

  9. Adjustment :: ManagedPtr Adjustment -> Adjustment

    gi-gtk3 GI.Gtk.Objects.Adjustment

    No documentation available.

  10. type AdjustmentChangedCallback = IO ()

    gi-gtk3 GI.Gtk.Objects.Adjustment

    Emitted when one or more of the Adjustment properties have been changed, other than the Adjustment:value property.

Page 76 of many | Previous | Next