/////////////////////////////////////////////////////////////////////////////
// Name: timer.h
-// Purpose: documentation for wxTimer class
+// Purpose: interface of wxTimer
// Author: wxWidgets team
// RCS-ID: $Id$
// Licence: wxWindows license
@library{wxbase}
@category{misc}
- @seealso
- wxStopWatch
+ @see wxStopWatch
*/
class wxTimer : public wxEvtHandler
{
};
+
/**
@class wxTimerEvent
@wxheader{timer.h}
@library{wxbase}
@category{events}
- @seealso
- wxTimer
+ @see wxTimer
*/
class wxTimerEvent : public wxEvent
{
*/
wxTimer GetTimer() const;
};
+