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

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

vadjustment

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

Value

[GtkWidget] a new GtkLayout

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]