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.
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.
cellRendererSpinAdjustment :: CellRendererSpinClass self => Attr self Adjustmentgtk Graphics.UI.Gtk.ModelView.CellRendererSpin The adjustment that holds the value of the spinbutton.
- Available since Gtk+ version 2.10
-
gtk Graphics.UI.Gtk.ModelView.IconView New scroll adjustment have been set for this widget.
treeViewGetHAdjustment :: TreeViewClass self => self -> IO (Maybe Adjustment)gtk Graphics.UI.Gtk.ModelView.TreeView Gets the Adjustment currently being used for the horizontal aspect.
treeViewGetVAdjustment :: TreeViewClass self => self -> IO (Maybe Adjustment)gtk Graphics.UI.Gtk.ModelView.TreeView Gets the Adjustment currently being used for the vertical aspect.
treeViewHAdjustment :: TreeViewClass self => Attr self (Maybe Adjustment)gtk Graphics.UI.Gtk.ModelView.TreeView Horizontal Adjustment for the widget.
treeViewSetHAdjustment :: TreeViewClass self => self -> Maybe Adjustment -> IO ()gtk Graphics.UI.Gtk.ModelView.TreeView Sets the Adjustment for the current horizontal aspect.
treeViewSetVAdjustment :: TreeViewClass self => self -> Maybe Adjustment -> IO ()gtk Graphics.UI.Gtk.ModelView.TreeView Sets the Adjustment for the current vertical aspect.
treeViewVAdjustment :: TreeViewClass self => Attr self (Maybe Adjustment)gtk Graphics.UI.Gtk.ModelView.TreeView Vertical Adjustment for the widget.