]>
Commit | Line | Data |
---|---|---|
32b8ec41 VZ |
1 | ///////////////////////////////////////////////////////////////////////////// |
2 | // Name: gtk/timer.cpp | |
3 | // Purpose: wxTimer implementation | |
4 | // Author: Robert Roebling | |
5 | // Id: $Id$ | |
6 | // Copyright: (c) 1998 Robert Roebling | |
7 | // Licence: wxWindows licence | |
8 | ///////////////////////////////////////////////////////////////////////////// | |
9 | ||
10 | ||
11 | #ifdef __GNUG__ | |
12 | #pragma implementation "timer.h" | |
13 | #endif | |
14 | ||
15 | #include "wx/timer.h" | |
16 | ||
17 | ||
18 | // ---------------------------------------------------------------------------- | |
19 | // wxTimer | |
20 | // ---------------------------------------------------------------------------- | |
21 | ||
22 | IMPLEMENT_ABSTRACT_CLASS(wxTimer,wxObject) | |
23 |