Hoogle Search
Within LTS Haskell 24.38 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
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.
castToAdjustment :: GObjectClass obj => obj -> Adjustmentgtk Graphics.UI.Gtk.Misc.Adjustment No documentation available.
-
gtk Graphics.UI.Gtk.Misc.Adjustment No documentation available.
toAdjustment :: AdjustmentClass o => o -> Adjustmentgtk Graphics.UI.Gtk.Misc.Adjustment No documentation available.
viewportGetHAdjustment :: ViewportClass self => self -> IO Adjustmentgtk Graphics.UI.Gtk.Misc.Viewport Returns the horizontal adjustment of the viewport.
viewportGetVAdjustment :: ViewportClass self => self -> IO Adjustmentgtk Graphics.UI.Gtk.Misc.Viewport Returns the vertical adjustment of the viewport.
viewportHAdjustment :: ViewportClass self => Attr self Adjustmentgtk Graphics.UI.Gtk.Misc.Viewport The Adjustment that determines the values of the horizontal position for this viewport.
viewportSetHAdjustment :: ViewportClass self => self -> Adjustment -> IO ()gtk Graphics.UI.Gtk.Misc.Viewport Sets the horizontal adjustment of the viewport.
viewportSetVAdjustment :: ViewportClass self => self -> Adjustment -> IO ()gtk Graphics.UI.Gtk.Misc.Viewport Sets the vertical adjustment of the viewport.
viewportVAdjustment :: ViewportClass self => Attr self Adjustmentgtk Graphics.UI.Gtk.Misc.Viewport The Adjustment that determines the values of the vertical position for this viewport.