Hoogle Search

Within LTS Haskell 24.51 (ghc-9.10.3)

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

  1. newtype Adjustment

    gi-gtk4 GI.Gtk.Objects.Adjustment

    Memory-managed wrapper type.

  2. Adjustment :: ManagedPtr Adjustment -> Adjustment

    gi-gtk4 GI.Gtk.Objects.Adjustment

    No documentation available.

  3. type AdjustmentChangedCallback = IO ()

    gi-gtk4 GI.Gtk.Objects.Adjustment

    Emitted when one or more of the GtkAdjustment properties have been changed. Note that the Adjustment:value property is covered by the Adjustment::valueChanged signal.

  4. type AdjustmentValueChangedCallback = IO ()

    gi-gtk4 GI.Gtk.Objects.Adjustment

    Emitted when the value has been changed.

  5. class (GObject o, IsDescendantOf Adjustment o) => IsAdjustment o

    gi-gtk4 GI.Gtk.Objects.Adjustment

    Type class for types which can be safely cast to Adjustment, for instance with toAdjustment.

  6. adjustmentClampPage :: (HasCallStack, MonadIO m, IsAdjustment a) => a -> Double -> Double -> m ()

    gi-gtk4 GI.Gtk.Objects.Adjustment

    Updates the value property to ensure that the range between lower and upper is in the current page. The current page goes from value to value + page-size. If the range is larger than the page size, then only the start of it will be in the current page. A Adjustment::valueChanged signal will be emitted if the value is changed.

  7. adjustmentConfigure :: (HasCallStack, MonadIO m, IsAdjustment a) => a -> Double -> Double -> Double -> Double -> Double -> Double -> m ()

    gi-gtk4 GI.Gtk.Objects.Adjustment

    Sets all properties of the adjustment at once. Use this function to avoid multiple emissions of the Adjustment::changed signal. See adjustmentSetLower for an alternative way of compressing multiple emissions of Adjustment::changed into one.

  8. adjustmentGetLower :: (HasCallStack, MonadIO m, IsAdjustment a) => a -> m Double

    gi-gtk4 GI.Gtk.Objects.Adjustment

    Retrieves the minimum value of the adjustment.

  9. adjustmentGetMinimumIncrement :: (HasCallStack, MonadIO m, IsAdjustment a) => a -> m Double

    gi-gtk4 GI.Gtk.Objects.Adjustment

    Gets the smaller of step increment and page increment.

  10. adjustmentGetPageIncrement :: (HasCallStack, MonadIO m, IsAdjustment a) => a -> m Double

    gi-gtk4 GI.Gtk.Objects.Adjustment

    Retrieves the page increment of the adjustment.

Page 93 of many | Previous | Next