gtkLayoutNew: gtkLayoutNew

Description Usage Arguments Value Author(s)

View source: R/gtkFuncs.R

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

1
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


RGtk2 documentation built on Oct. 14, 2021, 5:08 p.m.

Related to gtkLayoutNew in RGtk2...