Declare Option Names that Correspond with Widget Names
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 using 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
.
Anisa Egeli, Vancouver Island University, Nanaimo BC
## Not run: local(envir=.PBSmodEnv,expr={ declareGUIoptions("editor") }) ## End(Not run)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.