gWidgets-handlers: expand or collapse handler

Description Usage Arguments

Description

expand or collapse handler

changed event

changed event

changed event

changed event

Default S3 method

Default S3 method

Default S3 method

Default S3 method

Default S3 method

Default S3 method

Default S3 method

Default S3 method

Default S3 method

gedit changed event

gedit blur event

gedit changed event

comobox change value method

comobox blue event

comobox change event

comobox select event

chagne is tabchange

gradio changed event

gradio changed event

gradio changed event

Change event for checkbox group

changed event

changed event

gradio changed event

use action as signal

blur event

changed event

Click handler for canvas widget

Default S3 method

Default S3 method

gpanel onload event

Default S3 method

gedit changed event

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
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
  ## S3 method for class 'GExpandGroup'
addHandlerChanged(obj, handler,
    action, ...)

  ## S3 method for class 'GTable'
addHandlerChanged(obj, handler,
    action = NULL, ...)

  ## S3 method for class 'GTable'
addHandlerSelect(obj, handler,
    action = NULL, ...)

  ## S3 method for class 'GTable'
addHandlerClicked(obj, handler,
    action = NULL, ...)

  ## S3 method for class 'GTable'
addHandlerDoubleclick(obj, handler,
    action = NULL, ...)

  ## Default S3 method:
addHandlerChanged(obj, handler,
    action = NULL, ...)

  ## Default S3 method:
addHandlerClicked(obj, handler,
    action = NULL, ...)

  ## Default S3 method:
addHandlerDoubleclick(obj, handler,
    action = NULL, ...)

  ## Default S3 method:
addHandlerEnter(obj, handler,
    action = NULL, ...)

  ## Default S3 method:
addHandlerBlur(obj, handler,
    action = NULL, ...)

  ## Default S3 method:
addHandlerSelect(obj, handler,
    action = NULL, ...)

  ## Default S3 method:
addHandlerChange(obj, handler,
    action = NULL, ...)

  ## Default S3 method:
addHandlerMouseDown(obj, handler,
    action = NULL, ...)

  ## Default S3 method:
addHandlerMouseUp(obj, handler,
    action = NULL, ...)

  ## S3 method for class 'GEdit'
addHandlerChanged(obj, handler,
    action = NULL, ...)

  ## S3 method for class 'GEdit'
addHandlerBlur(obj, handler,
    action = NULL, ...)

  ## S3 method for class 'GEdit'
addHandlerEnter(obj, handler,
    action = NULL, ...)

  ## S3 method for class 'GCombobox'
addHandlerChanged(obj, handler,
    action = NULL, ...)

  ## S3 method for class 'GCombobox'
addHandlerBlur(obj, handler,
    action = NULL, ...)

  ## S3 method for class 'GCombobox'
addHandlerChange(obj, handler,
    action = NULL, ...)

  ## S3 method for class 'GCombobox'
addHandlerSelect(obj, handler,
    action = NULL, ...)

  ## S3 method for class 'GNotebook'
addHandlerChanged(obj, handler,
    action = NULL, ...)

  ## S3 method for class 'GRadio'
addHandlerChanged(obj, handler,
    action = NULL, ...)

  ## S3 method for class 'GRadio'
addHandlerChange(obj, handler,
    action = NULL, ...)

  ## S3 method for class 'GRadio'
addHandlerClicked(obj, handler,
    action = NULL, ...)

  ## S3 method for class 'GCheckboxGroup'
addHandlerChange(obj, handler,
    action = NULL, ...)

  ## S3 method for class 'GSequenceSelect'
addHandlerChanged(obj, handler,
    action = NULL, ...)

  ## S3 method for class 'GSequenceSelect'
addHandlerChange(obj, handler,
    action = NULL, ...)

  ## S3 method for class 'GSlider'
addHandlerChange(obj, handler,
    action = NULL, ...)

  ## S3 method for class 'GAction'
addHandlerChanged(obj, handler,
    action = NULL, ...)

  ## S3 method for class 'GText'
addHandlerBlur(obj, handler,
    action = NULL, ...)

  ## S3 method for class 'GTable'
addHandlerChanged(obj, handler,
    action = NULL, ...)

  ## S3 method for class 'GCanvas'
addHandlerClicked(obj, handler,
    action = NULL, ...)

  ## S3 method for class 'GCanvas'
addHandlerMouseDown(obj, handler,
    action = NULL, ...)

  ## S3 method for class 'GCanvas'
addHandlerMouseUp(obj, handler,
    action = NULL, ...)

  ## S3 method for class 'GPanel'
addHandlerChanged(obj, handler,
    action = NULL, ...)

  ## S3 method for class 'GCalendar'
addHandlerChanged(obj, handler,
    action = NULL, ...)

  ## S3 method for class 'GFile'
addHandlerChanged(obj, handler,
    action = NULL, ...)

Arguments

obj

object that emits signal

handler

handler. A function with first argument which receives a list.

action

object to pass to function call to parameterize it

...

passed along


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