wxAuiNotebookEvent
See external documentation: wxAuiNotebookEvent.
See external documentation:
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
See also the message variant #wxAuiNotebook{} event record type.
This class is derived (and can use functions) from:
wxNotifyEvent
wxCommandEvent
wxEvent
Functions
setSelection(This, S) -> ok
This = wxAuiNotebookEvent()
S = integer()
See
getSelection(This) -> integer()
This = wxAuiNotebookEvent()
See
setOldSelection(This, S) -> ok
This = wxAuiNotebookEvent()
S = integer()
See
getOldSelection(This) -> integer()
This = wxAuiNotebookEvent()
See
setDragSource(This, S) -> ok
This = wxAuiNotebookEvent()
S = wxAuiNotebook() (see module wxAuiNotebook)
See
getDragSource(This) -> wxAuiNotebook() (see module wxAuiNotebook)
This = wxAuiNotebookEvent()
See