wxAuiNotebookEvent

wxAuiNotebookEvent

wxAuiNotebookEvent
Functions for wxAuiNotebookEvent class

This class is used by the events generated by wxAuiNotebook.

See: wxAuiNotebook, wxBookCtrlEvent

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

wxWidgets docs: wxAuiNotebookEvent

Use wxEvtHandler:connect/3 with wxAuiNotebookEventType to subscribe to events of this type.

Types

Returns the currently selected page, or wxNOT_FOUND if none was selected.

Note: under Windows, getSelection/1 will return the same value as getOldSelection/1 when called from the EVT_BOOKCTRL_PAGE_CHANGING handler and not the page which is going to be selected.

Types

Returns the page that was selected before the change, wxNOT_FOUND if none was selected.