gtkScrolledWindowNew {RGtk2}R Documentation

gtkScrolledWindowNew

Description

Creates a new scrolled window. 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.

Usage

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

Arguments

hadjustment [GtkAdjustment] Horizontal adjustment.
vadjustment [GtkAdjustment] Vertical adjustment.

Value

[GtkWidget] New scrolled window.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]