Learn R Programming

gWidgets (version 0.0-25)

gpanedgroup: 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

Examples

Run this code
gpanedgroup(glabel("left widget"), glabel("right widget"),
 container=TRUE)

Run the code above in your browser using DataLab