Erlang logo
User's Guide
Reference Manual
Release Notes
PDF
Top

wxErlang
Reference Manual
Version 0.98.4


Expand All
Contract All

Table of Contents

wxAuiNotebookEvent

MODULE

wxAuiNotebookEvent

MODULE SUMMARY

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

See also the message variant #wxAuiNotebook{} event record type.

This class is derived (and can use functions) from:
wxNotifyEvent
wxCommandEvent
wxEvent

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::wxAuiNotebookEvent(), S::integer()) -> ok

getSelection(This::wxAuiNotebookEvent()) -> integer()

setOldSelection(This::wxAuiNotebookEvent(), S::integer()) -> ok

getOldSelection(This::wxAuiNotebookEvent()) -> integer()

setDragSource(This::wxAuiNotebookEvent(), S::wxAuiNotebook() (see module wxAuiNotebook)) -> ok

getDragSource(This::wxAuiNotebookEvent()) -> wxAuiNotebook() (see module wxAuiNotebook)