dialog.getvalues(dialog, ids=<<see below>>)
dialog
, as returned by the
dialog.create
function.
values
argument as supplied to the
original
dialog.create
function call. The default is to get the current
values for all of the widgets in the specified
dialog
.
values
argument to the original
dialog.create
function call. This list describes the current values
contained within the dialog.
This function is called by
dialog.display
as part of its operation. Normal
usage of displaying a dialog and waiting for an answer should be done with
dialog.display
.
# dialog.display(dialog1) would do something like this. dialog.popup (dialog1) button <- dialog.getbutton (dialog1) dialog.popdown (dialog1) values <- dialog.getvalues (dialog1)