editable: Controls whether widget is editable or not

View source: R/methods.R

editableR 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.


gWidgets2 documentation built on April 3, 2025, 6:18 p.m.