gtkLayoutNew {RGtk2}R Documentation

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 [GtkAdjustment] horizontal scroll adjustment, or NULL
vadjustment [GtkAdjustment] vertical scroll adjustment, or NULL

Value

[GtkWidget] a new GtkLayout

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]