gtkScrolledWindowNew: gtkScrolledWindowNew

Description Usage Arguments Details Value Author(s)

View source: R/gtkFuncs.R

Description

Creates a new scrolled window.

Usage

1
2
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 documentation built on Oct. 14, 2021, 5:08 p.m.