addActions(obj = get_actions(), text = NULL, code = NULL, state = NULL,
options = NULL, replace = TRUE)
addIcons(obj = ".svIcons", icons, replace = TRUE)
addMethods(methods)
Arguments
obj
The name of the object in SciViews:TempEnv to manipulate.
text
The text of actions to add (label on first line, tip on other
lines).
code
The R code of actions to add.
state
The default (intial) state of an action, as a succession of
letters: c = checked, u = unchecked (default); d = disabled,
e = enabled (default); h = hidden, v = visible (default). Default
values are facultative. Ex: udv means: unchecked - disabled - visible and
it equals to simply d, given the defaults for the other properties.
options
A character vector with other options to pass to the graphical
toolkit for this action.
# NOT RUN {# This is useful to add actions, icons, descriptions, shortcuts or methods# TODO: examples and use for functions add_actions(), add_icons() and# add_methods()# }