RGtk2 (version 2.20.31)

gtkLayoutNew: gtkLayoutNew

Description

Creates a new GtkLayout. Unless you have a specific adjustment you'd like the layout to use for scrolling, pass NULL for hadjustment and vadjustment.

Usage

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

Arguments

hadjustment
horizontal scroll adjustment, or NULL. [ allow-none ]
vadjustment
vertical scroll adjustment, or NULL. [ allow-none ]

Value

GtkWidget] a new GtkLayout