wxMediaEvent Class Reference
[Events]

#include <wx/mediactrl.h>

Inheritance diagram for wxMediaEvent:
Inheritance graph
[legend]

Detailed Description

Event wxMediaCtrl uses.

Events using this class

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)
 Default ctor.

List of all members.


Constructor & Destructor Documentation

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

Default ctor.

 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines



wxWidgets logo

[ top ]