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. viewportSetVAdjustment :: ViewportClass self => self -> Adjustment -> IO ()

    gtk Graphics.UI.Gtk.Misc.Viewport

    Sets the vertical adjustment of the viewport.

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

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

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

    gtk Graphics.UI.Gtk.ModelView.IconView

    New scroll adjustment have been set for this widget.

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

    gtk Graphics.UI.Gtk.ModelView.TreeView

    Gets the Adjustment currently being used for the horizontal aspect.

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

    gtk Graphics.UI.Gtk.ModelView.TreeView

    Gets the Adjustment currently being used for the vertical aspect.

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

    gtk Graphics.UI.Gtk.ModelView.TreeView

    Horizontal Adjustment for the widget.

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

    gtk Graphics.UI.Gtk.ModelView.TreeView

    Sets the Adjustment for the current horizontal aspect.

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

    gtk Graphics.UI.Gtk.ModelView.TreeView

    Sets the Adjustment for the current vertical aspect.

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

    gtk Graphics.UI.Gtk.ModelView.TreeView

    Vertical Adjustment for the widget.

Page 98 of many | Previous | Next