| gtkLayoutNew {RGtk2} | R Documentation |
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.
gtkLayoutNew(hadjustment = NULL, vadjustment = NULL, show = TRUE)
|
[GtkAdjustment] horizontal scroll adjustment, or NULL |
|
[GtkAdjustment] vertical scroll adjustment, or NULL |
Derived by RGtkGen from GTK+ documentation