declareGUIoptions {PBSmodelling} | R Documentation |
This function allows a GUI creator to specify widget names that
correspond to names in PBS options. These widgets can then be
used to load and set PBS options uing getGUIoptions
and
setGUIoptions
.
declareGUIoptions(newOptions)
newOptions |
a character vector of option names |
declareGUIoptions
is typically called in a GUI initialization function.
The option names are remembered and used for the functions
getGUIoptions
, setGUIoptions
, and promptSave
.
getGUIoptions
, setGUIoptions
,
promptWriteOptions
## Not run: declareGUIOptions("editor") ## End(Not run)