gpanedgroup {gWidgets} | R Documentation |
A paned group holds two widgets with a handle between them to
adjust the amount of space allocated to each
Description
A constructor for a paned group.
Usage
gpanedgroup(widget1=NULL, widget2=NULL, horizontal = TRUE, container = NULL, ..., toolkit = guiToolkit())
Arguments
widget1 |
Left (top) widget |
widget2 |
Right (bottom) widget |
horizontal |
Left/right (TRUE ) or top/bottom |
container |
Optional container to attach widget to |
... |
ignored |
toolkit |
Which GUI toolkit to use |
Examples
## Not run:
gpanedgroup(glabel("left widget"), glabel("right widget"),
container=TRUE)
## End(Not run)
[Package
gWidgets version 0.0-25
Index]