1wxCommandEvent(3)          Erlang Module Definition          wxCommandEvent(3)
2
3
4

NAME

6       wxCommandEvent - See external documentation: wxCommandEvent.
7

DESCRIPTION

9       See external documentation: wxCommandEvent.
10
11         Use wxEvtHandler:connect/3 with EventType::
12           command_button_clicked,        command_checkbox_clicked,       com‐
13           mand_choice_selected,    command_listbox_selected,    command_list‐
14           box_doubleclicked,  command_text_updated,  command_text_enter, com‐
15           mand_menu_selected,          command_slider_updated,           com‐
16           mand_radiobox_selected,      command_radiobutton_selected,     com‐
17           mand_scrollbar_updated,    command_vlbox_selected,     command_com‐
18           bobox_selected,   command_tool_rclicked,  command_tool_enter,  com‐
19           mand_checklistbox_toggled,    command_togglebutton_clicked,    com‐
20           mand_left_click,   command_left_dclick,  command_right_click,  com‐
21           mand_set_focus, command_kill_focus, command_enter
22
23       See also the message variant #wxCommand{} event record type.
24
25       This class is derived (and can use functions) from:
26       wxEvent
27

DATA TYPES

29         wxCommandEvent():
30
31
32           An object reference, The representation  is  internal  and  can  be
33           changed  without  notice. It can't be used for comparsion stored on
34           disc or distributed for use on other nodes.
35

EXPORTS

37       getClientData(This) -> term()
38
39              Types:
40
41                 This = wxCommandEvent()
42
43              See external documentation.
44
45       getExtraLong(This) -> integer()
46
47              Types:
48
49                 This = wxCommandEvent()
50
51              See external documentation.
52
53       getInt(This) -> integer()
54
55              Types:
56
57                 This = wxCommandEvent()
58
59              See external documentation.
60
61       getSelection(This) -> integer()
62
63              Types:
64
65                 This = wxCommandEvent()
66
67              See external documentation.
68
69       getString(This) -> unicode:charlist()
70
71              Types:
72
73                 This = wxCommandEvent()
74
75              See external documentation.
76
77       isChecked(This) -> boolean()
78
79              Types:
80
81                 This = wxCommandEvent()
82
83              See external documentation.
84
85       isSelection(This) -> boolean()
86
87              Types:
88
89                 This = wxCommandEvent()
90
91              See external documentation.
92
93       setInt(This, I) -> ok
94
95              Types:
96
97                 This = wxCommandEvent()
98                 I = integer()
99
100              See external documentation.
101
102       setString(This, S) -> ok
103
104              Types:
105
106                 This = wxCommandEvent()
107                 S = unicode:chardata()
108
109              See external documentation.
110

AUTHORS

112       <>
113
114
115
116                                   wx 1.8.7                  wxCommandEvent(3)
Impressum