.rp.layout(rpanel) | R Documentation |
This sets the layout for widgets having added them to the window. This is an internal function and a public one is in development.
.rp.layout(widget, pos, default=NULL)
widget |
The widget to apply the layout to. |
pos |
The position of the widget. Values include; NULL (take space available), "default_left_align", "left", "right", "top", "bottom" or as a vector with four values for x, y, width and height in that order. |
default |
Overrides pos should it be NULL. |
None returned.
rpanel: Simple interactive controls for R functions using the tcltk library (http://www.stats.gla.ac.uk/~adrian/research-reports/rpanel.ps)