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

  2. adjustmentValue :: Attr Adjustment Double

    gtk Graphics.UI.Gtk.Misc.Adjustment

    The value of the adjustment. Default value: 0

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

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

    gtk Graphics.UI.Gtk.Misc.Adjustment

    No documentation available.

  5. gTypeAdjustment :: GType

    gtk Graphics.UI.Gtk.Misc.Adjustment

    No documentation available.

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

    gtk Graphics.UI.Gtk.Misc.Adjustment

    No documentation available.

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

    gtk Graphics.UI.Gtk.Misc.Viewport

    Returns the horizontal adjustment of the viewport.

  8. viewportGetVAdjustment :: ViewportClass self => self -> IO Adjustment

    gtk Graphics.UI.Gtk.Misc.Viewport

    Returns the vertical adjustment of the viewport.

  9. viewportHAdjustment :: ViewportClass self => Attr self Adjustment

    gtk Graphics.UI.Gtk.Misc.Viewport

    The Adjustment that determines the values of the horizontal position for this viewport.

  10. viewportSetHAdjustment :: ViewportClass self => self -> Adjustment -> IO ()

    gtk Graphics.UI.Gtk.Misc.Viewport

    Sets the horizontal adjustment of the viewport.

Page 97 of many | Previous | Next