guiPane.tcltk {svDialogs}R Documentation

Construct a 'pane', that is a zone in a flexible dialog box

Description

This function construct a 'pane'. Panes are then assembled to form a flexible dialog box.

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.8-2 Index]