guiPane.tcltk {svDialogs}R Documentation

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

Author(s)

Philippe Grosjean (phgrosjean@sciviews.org)

See Also

guiDlg

Examples

#### TO DO...

[Package svDialogs version 0.9-42 Index]