undo {gWidgets2} | R Documentation |
Undo past action.
Description
Some widgets support undo actions. See reference class method can_undo
as well.
Usage
undo(obj, ...)
## S3 method for class 'GComponent'
undo(obj, ...)
Arguments
obj |
object to call undo on |
... |
ignored |
[Package gWidgets2 version 1.0-9 Index]