table of contents
other versions
- jessie 1:17.3-dfsg-4+deb8u2
- jessie-backports 1:19.2.1+dfsg-2+deb9u1~bpo8+1
- stretch 1:19.2.1+dfsg-2+deb9u2
- testing 1:21.2.5+dfsg-1
- unstable 1:21.2.6+dfsg-1
- experimental 1:22.0~rc1+dfsg-1
wxAuiNotebookEvent(3erl) | Erlang Module Definition | wxAuiNotebookEvent(3erl) |
NAME¶
wxAuiNotebookEvent - See external documentation: wxAuiNotebookEvent.DESCRIPTION¶
See external documentation: wxAuiNotebookEvent.- Use wxEvtHandler:connect/3 with EventType::
- command_auinotebook_page_close, command_auinotebook_page_changed, command_auinotebook_page_changing, command_auinotebook_button, command_auinotebook_begin_drag, command_auinotebook_end_drag, command_auinotebook_drag_motion, command_auinotebook_allow_dnd, command_auinotebook_tab_middle_down, command_auinotebook_tab_middle_up, command_auinotebook_tab_right_down, command_auinotebook_tab_right_up, command_auinotebook_page_closed, command_auinotebook_drag_done, command_auinotebook_bg_dclick
DATA TYPES¶
- wxAuiNotebookEvent():
An object reference, The representation is internal and can be changed without
notice. It can't be used for comparsion stored on disc or distributed for use
on other nodes.
EXPORTS¶
setSelection(This, S) -> ok
Types:
This = wxAuiNotebookEvent()
S = integer()
See external documentation.
getSelection(This) -> integer()
Types:
This = wxAuiNotebookEvent()
See external documentation.
setOldSelection(This, S) -> ok
Types:
This = wxAuiNotebookEvent()
S = integer()
See external documentation.
getOldSelection(This) -> integer()
Types:
This = wxAuiNotebookEvent()
See external documentation.
setDragSource(This, S) -> ok
Types:
This = wxAuiNotebookEvent()
S = wxAuiNotebook() (see module wxAuiNotebook)
See external documentation.
getDragSource(This) -> wxAuiNotebook() (see module wxAuiNotebook)
Types:
This = wxAuiNotebookEvent()
See external documentation.
AUTHORS¶
<>wx 1.3.1 |