1wxAuiNotebookEvent(3) Erlang Module Definition wxAuiNotebookEvent(3)
2
3
4
6 wxAuiNotebookEvent - See external documentation: wxAuiNotebookEvent.
7
9 See external documentation: wxAuiNotebookEvent.
10
11 Use wxEvtHandler:connect/3 with EventType::
12 command_auinotebook_page_close, command_auinotebook_page_changed,
13 command_auinotebook_page_changing, command_auinotebook_button, com‐
14 mand_auinotebook_begin_drag, command_auinotebook_end_drag, com‐
15 mand_auinotebook_drag_motion, command_auinotebook_allow_dnd, com‐
16 mand_auinotebook_tab_middle_down, command_auinotebook_tab_mid‐
17 dle_up, command_auinotebook_tab_right_down, command_auinote‐
18 book_tab_right_up, command_auinotebook_page_closed, com‐
19 mand_auinotebook_drag_done, command_auinotebook_bg_dclick
20
21 See also the message variant #wxAuiNotebook{} event record type.
22
23 This class is derived (and can use functions) from:
24 wxNotifyEvent
25 wxCommandEvent
26 wxEvent
27
29 wxAuiNotebookEvent():
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
37 setSelection(This, S) -> ok
38
39 Types:
40
41 This = wxAuiNotebookEvent()
42 S = integer()
43
44 See external documentation.
45
46 getSelection(This) -> integer()
47
48 Types:
49
50 This = wxAuiNotebookEvent()
51
52 See external documentation.
53
54 setOldSelection(This, S) -> ok
55
56 Types:
57
58 This = wxAuiNotebookEvent()
59 S = integer()
60
61 See external documentation.
62
63 getOldSelection(This) -> integer()
64
65 Types:
66
67 This = wxAuiNotebookEvent()
68
69 See external documentation.
70
71 setDragSource(This, S) -> ok
72
73 Types:
74
75 This = wxAuiNotebookEvent()
76 S = wxAuiNotebook:wxAuiNotebook()
77
78 See external documentation.
79
80 getDragSource(This) -> wxAuiNotebook:wxAuiNotebook()
81
82 Types:
83
84 This = wxAuiNotebookEvent()
85
86 See external documentation.
87
89 <>
90
91
92
93 wx 1.8.7 wxAuiNotebookEvent(3)