visible: Controls whether widget is visible or not

Description Usage Arguments

View source: R/methods.R

Description

For most – but not all – widgets, a widget is visible if it is shown. For others, parts of the widget may be controlled by visible. If the former state is desired, simply place widget into a box container.

Usage

1
2
3
4
5
6
7
8
visible(obj, ...)

## Default S3 method:
visible(obj, ...)

visible(obj) <- value

visible(obj) <- value

Arguments

obj

object

...

ignored

value

logical. Set visible state.


gWidgets2 documentation built on Jan. 11, 2022, 1:07 a.m.