svalue_assign: Set main value associated with a widget

Description Usage Arguments

Description

Set main value associated with a widget

assignment method for svalue

assignment method for svalue

assignment method for svalue

assignment method for svalue

assignment method for svalue

assignment method for svalue

assignment method for svalue

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
  svalue(obj, index = FALSE, ...) <- value

  ## Default S3 replacement method:
svalue(obj, index = FALSE, ...) <-
    value

  ## S3 replacement method for class 'GFrame'
svalue(obj, ...) <- value

  ## S3 replacement method for class 'GWidgetTextProxy'
svalue(obj, ...) <- value

  ## S3 replacement method for class 'GTable'
svalue(obj, index = NULL, ...) <- value

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

  ## S3 replacement method for class 'GCalendar'
svalue(obj, ...) <- value

  ## S3 method for class 'GCheckboxTable'
svalue(obj, index = NULL, ...)
    <- value

Arguments

x

object

index

if non-NULL and TRUE call set_index else call set_value reference class method.

...

passed to set_value method. May include arguments for index

value

value to set


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