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

NAME

6       wxNotebookEvent - See external documentation: wxNotebookEvent.
7

DESCRIPTION

9       See external documentation: wxNotebookEvent.
10
11         Use wxEvtHandler:connect/3 with EventType::
12           command_notebook_page_changed, command_notebook_page_changing
13
14       See also the message variant #wxNotebook{} event record type.
15
16       This class is derived (and can use functions) from:
17       wxNotifyEvent
18       wxCommandEvent
19       wxEvent
20

DATA TYPES

22         wxNotebookEvent():
23
24
25           An  object  reference,  The  representation  is internal and can be
26           changed without notice. It can't be used for comparsion  stored  on
27           disc or distributed for use on other nodes.
28

EXPORTS

30       getOldSelection(This) -> integer()
31
32              Types:
33
34                 This = wxNotebookEvent()
35
36              See external documentation.
37
38       getSelection(This) -> integer()
39
40              Types:
41
42                 This = wxNotebookEvent()
43
44              See external documentation.
45
46       setOldSelection(This, NOldSel) -> ok
47
48              Types:
49
50                 This = wxNotebookEvent()
51                 NOldSel = integer()
52
53              See external documentation.
54
55       setSelection(This, NSel) -> ok
56
57              Types:
58
59                 This = wxNotebookEvent()
60                 NSel = integer()
61
62              See external documentation.
63

AUTHORS

65       <>
66
67
68
69                                   wx 1.9.3                 wxNotebookEvent(3)
Impressum