Version: 2.9.4
Public Member Functions
wxAuiNotebookEvent Class Reference

#include </home/zeitlin/src/wx/github/interface/wx/aui/auibook.h>

Inheritance diagram for wxAuiNotebookEvent:

Detailed Description

This class is used by the events generated by wxAuiNotebook.

Events emitted by this class

The following event handler macros redirect the events to member function handlers 'func' with prototypes like:

void handlerFuncName(wxAuiNotebookEvent& event)

Event macros for events emitted by this class:

Library:  wxAui
Category:  Events, Book Controls
参照:
wxAuiNotebook, wxBookCtrlEvent

Public Member Functions

 wxAuiNotebookEvent (wxEventType command_type=wxEVT_NULL, int win_id=0)
 Constructor.
wxEventClone ()

List of all members.


Constructor & Destructor Documentation

wxAuiNotebookEvent::wxAuiNotebookEvent ( wxEventType  command_type = wxEVT_NULL,
int  win_id = 0 
)

Constructor.


Member Function Documentation

wxEvent* wxAuiNotebookEvent::Clone ( )
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines