dialog.create
function.
dialog.widget(value)
dialog.create
function.
The dialog handling system understands certain commands that control the
creation of various widgets within a dialog. This function returns the command
name to be used for the creation of a specific widget in the dialog currently
being created by
dialog.create
. This is called via an
lapply
function call
in
dialog.create
, and is not intended for general use.
widgets <- lapply (values, dialog.widget)