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, widget2, 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

Details

Value

Note

Author(s)

References

See Also

Examples

## Not run: 
 gpanedgroup(glabel("left widget"), glabel("right widget"),
 container=TRUE)
## End(Not run)

[Package gWidgets version 0.0-17 Index]