editable: Controls whether widget is editable or not

Description Usage Arguments

View source: R/methods.R

Description

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

Basic S3 method

Set whether an object can be edited

Basic S3 method for editable

Usage

1
2
3
4
5
6
7
8
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.


jverzani/gWidgets2 documentation built on May 20, 2019, 5:17 a.m.