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. viewportGetVAdjustment :: ViewportClass self => self -> IO Adjustment

    gtk Graphics.UI.Gtk.Misc.Viewport

    Returns the vertical adjustment of the viewport.

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

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

    gtk Graphics.UI.Gtk.Misc.Viewport

    Sets the horizontal adjustment of the viewport.

  4. viewportSetVAdjustment :: ViewportClass self => self -> Adjustment -> IO ()

    gtk Graphics.UI.Gtk.Misc.Viewport

    Sets the vertical adjustment of the viewport.

  5. viewportVAdjustment :: ViewportClass self => Attr self Adjustment

    gtk Graphics.UI.Gtk.Misc.Viewport

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

  6. cellRendererSpinAdjustment :: CellRendererSpinClass self => Attr self Adjustment

    gtk Graphics.UI.Gtk.ModelView.CellRendererSpin

    The adjustment that holds the value of the spinbutton.

    • Available since Gtk+ version 2.10

  7. setIconViewScrollAdjustments :: IconViewClass self => Signal self (Adjustment -> Adjustment -> IO ())

    gtk Graphics.UI.Gtk.ModelView.IconView

    New scroll adjustment have been set for this widget.

  8. treeViewGetHAdjustment :: TreeViewClass self => self -> IO (Maybe Adjustment)

    gtk Graphics.UI.Gtk.ModelView.TreeView

    Gets the Adjustment currently being used for the horizontal aspect.

  9. treeViewGetVAdjustment :: TreeViewClass self => self -> IO (Maybe Adjustment)

    gtk Graphics.UI.Gtk.ModelView.TreeView

    Gets the Adjustment currently being used for the vertical aspect.

  10. treeViewHAdjustment :: TreeViewClass self => Attr self (Maybe Adjustment)

    gtk Graphics.UI.Gtk.ModelView.TreeView

    Horizontal Adjustment for the widget.

Page 151 of many | Previous | Next