svalue: Return main value associated with a widget

Description Usage Arguments

Description

Return main value associated with a widget

svalue method

svalue method

svalue method

svalue method

svalue method

svalue method

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
  svalue(obj, index = NULL, drop = NULL, ...)

  ## Default S3 method:
svalue(obj, index = NULL, drop = NULL,
    ...)

  ## S3 method for class 'GFrame'
svalue(obj, ...)

  ## S3 method for class 'GTable'
svalue(obj, index = NULL, drop = NULL,
    ...)

  ## S3 method for class 'GCheckboxGroup'
svalue(obj, index = NULL,
    drop = NULL, ...)

  ## S3 method for class 'GCheckbox'
svalue(obj, value)

  ## S3 method for class 'GCalendar'
svalue(obj, ...)

Arguments

x

the widget

index

if specified as TRUE calls get_index, else

drop

passed along, in many cases used like drop call for [. get_value reference methods.

...

passed to get_value or get_index method. May include arguments index or drop


jverzani/gWidgetsWWW2.rapache documentation built on May 20, 2019, 5:19 a.m.