/////////////////////////////////////////////////////////////////////////////
// Name: mediactrl.h
-// Purpose: documentation for wxMediaEvent class
+// Purpose: interface of wxMediaEvent
// Author: wxWidgets team
// RCS-ID: $Id$
// Licence: wxWindows license
};
+
/**
@class wxMediaCtrl
@wxheader{mediactrl.h}
@library{wxmedia}
@category{media}
- @seealso
- wxMediaEvent
+ @see wxMediaEvent
*/
class wxMediaCtrl : public wxControl
{
/**
Stops the media.
- See Operation for an overview of how
+ See Operation() for an overview of how
stopping works.
*/
bool Stop();
original size without any extra assistance needed from the user.
*/
};
+