Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

gtkScrolledWindowNew

gtkScrolledWindowNew


Description

Creates a new scrolled window.

Usage

gtkScrolledWindowNew(hadjustment = NULL, vadjustment = NULL, 
    show = TRUE)

Arguments

hadjustment

horizontal adjustment. [ allow-none ]

vadjustment

vertical adjustment. [ allow-none ]

Details

The two arguments are the scrolled window's adjustments; these will be shared with the scrollbars and the child widget to keep the bars in sync with the child. Usually you want to pass NULL for the adjustments, which will cause the scrolled window to create them for you.

Value

[GtkWidget] a new scrolled window

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2

R Bindings for Gtk 2.8.0 and Above

v2.20.36
GPL
Authors
Michael Lawrence <michafla@gene.com> and Duncan Temple Lang <duncan@wald.ucdavis.edu>
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.