gtkViewportNew {RGtk2} | R Documentation |
Creates a new GtkViewport
with the given adjustments.
gtkViewportNew(hadjustment = NULL, vadjustment = NULL, show = TRUE)
|
[GtkAdjustment ] horizontal adjustment. |
|
[GtkAdjustment ] vertical adjustment. |
[GtkWidget
] a new GtkViewport
.
Derived by RGtkGen from GTK+ documentation