wxMediaEvent Class Reference
[Events]

#include <wx/mediactrl.h>

Inheritance diagram for wxMediaEvent:

wxNotifyEvent wxCommandEvent wxEvent wxObject

List of all members.


Detailed Description

Event wxMediaCtrl uses.

Events:

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

void handlerFuncName(wxMediaEvent& event)
Event macros:
Library:  wxMedia

Category:  Events

Public Member Functions

 wxMediaEvent (wxEventType commandType=wxEVT_NULL, int winid=0)

Constructor & Destructor Documentation

wxMediaEvent::wxMediaEvent ( wxEventType  commandType = wxEVT_NULL,
int  winid = 0 
)

Default ctor.



wxWidgets logo

[ top ]