| 1 | ///////////////////////////////////////////////////////////////////////////// |
| 2 | // Name: funcmacro_time.h |
| 3 | // Purpose: Time function and macro group docs |
| 4 | // Author: wxWidgets team |
| 5 | // RCS-ID: $Id: funcmacro_gdi.h 52454 2008-03-12 19:08:48Z BP $ |
| 6 | // Licence: wxWindows license |
| 7 | ///////////////////////////////////////////////////////////////////////////// |
| 8 | |
| 9 | /** |
| 10 | |
| 11 | @defgroup group_funcmacro_time Time |
| 12 | @ingroup group_funcmacro |
| 13 | |
| 14 | The functions in this section deal with getting the current time and sleeping |
| 15 | for the specified time interval. |
| 16 | |
| 17 | */ |
| 18 | |