Learn R Programming

svDialogs (version 0.9-50)

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.

concept

GUI API dialog boxes

See Also

guiDlg

Examples

Run this code
### TODO...

Run the code above in your browser using DataLab