editable {gWidgets2} | R Documentation |
Some widgets may be editable. If possible, the setter method can be used to toggle the state. This method indicates the state.
editable(obj, i)
## Default S3 method:
editable(obj, i)
editable(obj, i) <- value
editable(obj, i) <- value
obj |
object |
i |
index to apply to, when applicable |
value |
logical. Set editable state. |