Hoogle Search

Within LTS Haskell 24.51 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. viewportGetHAdjustment :: ViewportClass self => self -> IO Adjustment

    gtk Graphics.UI.Gtk.Misc.Viewport

    Returns the horizontal adjustment of the viewport.

  2. viewportGetVAdjustment :: ViewportClass self => self -> IO Adjustment

    gtk Graphics.UI.Gtk.Misc.Viewport

    Returns the vertical adjustment of the viewport.

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

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

    gtk Graphics.UI.Gtk.Misc.Viewport

    Sets the horizontal adjustment of the viewport.

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

    gtk Graphics.UI.Gtk.Misc.Viewport

    Sets the vertical adjustment of the viewport.

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

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

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

    gtk Graphics.UI.Gtk.ModelView.IconView

    New scroll adjustment have been set for this widget.

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

    gtk Graphics.UI.Gtk.ModelView.TreeView

    Gets the Adjustment currently being used for the horizontal aspect.

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

    gtk Graphics.UI.Gtk.ModelView.TreeView

    Gets the Adjustment currently being used for the vertical aspect.

Page 110 of many | Previous | Next