Learn R Programming

svDialogs (version 0.9-41)

guiPane.tcltk: Construct a 'pane', that is a zone in a flexible dialog box

Description

This function constructs a 'pane'. Panes are then assembled to form a flexible dialog box. It is normally not called directly by the user.

Usage

guiPane.tcltk(dlg, item, ...)
guiPane.entry.tcltk(paneFrame, butArg, onArgEdit, varUseIt, dlg, item, ...)
guiPane.list.tcltk(paneFrame, butArg, onArgEdit, varUseIt, dlg, item, ...)

Arguments

dlg
A flexible dialog box
paneFrame
The frame where this pane should be incrusted
butArg
Arguments for buttons
onArgEdit
Edit it on arg?
varUseIt
var uses it?
item
An item in this dialog box
...
further arguments passed to the function

Value

  • Build a pane in a flexible dialog box

See Also

guiDlg

Examples

Run this code
#### TO DO...

Run the code above in your browser using DataLab