editable {gWidgets2}R Documentation

Controls whether widget is editable or not

Description

Some widgets may be editable. If possible, the setter method can be used to toggle the state. This method indicates the state.

Usage

editable(obj, i)

## Default S3 method:
editable(obj, i)

editable(obj, i) <- value

editable(obj, i) <- value

Arguments

obj

object

i

index to apply to, when applicable

value

logical. Set editable state.


[Package gWidgets2 version 1.0-9 Index]