size: Return size (width and height) of widget

Description Usage Arguments

View source: R/methods.R

Description

Return size (width and height) of widget

S3 method for size

The size is specified in pixels (integers). Some toolkits allow -1 as a default, but not all.

S3 method for size

Usage

1
2
3
4
5
6
7
8
size(obj)

## Default S3 method:
size(obj)

size(obj) <- value

size(obj) <- value

Arguments

obj

object

value

size in pixels


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