guiPane.tcltk {svDialogs} | R Documentation |
This function constructs a 'pane'. Panes are then assembled to form a flexible dialog box. It is normally not called directly by the user.
guiPane.tcltk(dlg, item, ...) guiPane.entry.tcltk(paneFrame, butArg, onArgEdit, varUseIt, dlg, item, ...) guiPane.list.tcltk(paneFrame, butArg, onArgEdit, varUseIt, dlg, item, ...)
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 |
Build a pane in a flexible dialog box
Philippe Grosjean (phgrosjean@sciviews.org)
#### TO DO...