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. adjustmentSetUpper :: Adjustment -> Double -> IO ()

    gtk Graphics.UI.Gtk.Misc.Adjustment

    Set the upper value.

  2. adjustmentSetValue :: Adjustment -> Double -> IO ()

    gtk Graphics.UI.Gtk.Misc.Adjustment

    Sets the current value of the Adjustment object. The value is clamped to lie between the adjustment's lower and upper values. See adjustmentNew for details of these properties. Note that for adjustments which are used in a Scrollbar, the effective range of allowed values goes from lower to upper - page_size.

  3. adjustmentStepIncrement :: Attr Adjustment Double

    gtk Graphics.UI.Gtk.Misc.Adjustment

    The step increment of the adjustment. Default value: 0

  4. adjustmentUpper :: Attr Adjustment Double

    gtk Graphics.UI.Gtk.Misc.Adjustment

    The maximum value of the adjustment. Note that values will be restricted by upper - page-size if the page-size property is nonzero. Default value: 0

  5. adjustmentValue :: Attr Adjustment Double

    gtk Graphics.UI.Gtk.Misc.Adjustment

    The value of the adjustment. Default value: 0

  6. adjustmentValueChanged :: Adjustment -> IO ()

    gtk Graphics.UI.Gtk.Misc.Adjustment

    Emit the onValueChanged signal.

    • When adjusting the or bounds, this function can be called to enforce a visual update of the containing widget.

  7. castToAdjustment :: GObjectClass obj => obj -> Adjustment

    gtk Graphics.UI.Gtk.Misc.Adjustment

    No documentation available.

  8. gTypeAdjustment :: GType

    gtk Graphics.UI.Gtk.Misc.Adjustment

    No documentation available.

  9. toAdjustment :: AdjustmentClass o => o -> Adjustment

    gtk Graphics.UI.Gtk.Misc.Adjustment

    No documentation available.

  10. viewportGetHAdjustment :: ViewportClass self => self -> IO Adjustment

    gtk Graphics.UI.Gtk.Misc.Viewport

    Returns the horizontal adjustment of the viewport.

Page 150 of many | Previous | Next