Hoogle Search
Within LTS Haskell 24.40 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
layoutHAdjustment :: LayoutClass self => Attr self Adjustmentgtk3 Graphics.UI.Gtk.Layout.Layout The Adjustment for the horizontal position.
layoutSetHAdjustment :: LayoutClass self => self -> Adjustment -> IO ()gtk3 Graphics.UI.Gtk.Layout.Layout Sets the horizontal scroll adjustment for the layout. See ScrolledWindow, Scrollbar, Adjustment for details.
layoutSetVAdjustment :: LayoutClass self => self -> Adjustment -> IO ()gtk3 Graphics.UI.Gtk.Layout.Layout Sets the vertical scroll adjustment for the layout. See ScrolledWindow, Scrollbar, Adjustment for details.
layoutVAdjustment :: LayoutClass self => Attr self Adjustmentgtk3 Graphics.UI.Gtk.Layout.Layout The Adjustment for the vertical position.
-
gtk3 Graphics.UI.Gtk.Layout.Layout In case the adjustments are replaced, this signal is emitted.
toolPaletteGetHAdjustment :: ToolPaletteClass self => self -> IO Adjustmentgtk3 Graphics.UI.Gtk.MenuComboToolbar.ToolPalette Gets the horizontal adjustment of the tool palette.
- Available since Gtk+ version 2.20
toolPaletteGetVAdjustment :: ToolPaletteClass self => self -> IO Adjustmentgtk3 Graphics.UI.Gtk.MenuComboToolbar.ToolPalette Gets the vertical adjustment of the tool palette.
- Available since Gtk+ version 2.20
-
gtk3 Graphics.UI.Gtk.MenuComboToolbar.ToolPalette Set the scroll adjustments for the viewport. Usually scrolled containers like ScrolledWindow will emit this signal to connect two instances of Scrollbar to the scroll directions of the Toolpalette.
- Available since Gtk+ version 2.20
module Graphics.UI.Gtk.Misc.
Adjustment A Object representing an adjustable bounded value
-
gtk3 Graphics.UI.Gtk.Misc.Adjustment No documentation available.