]>
Commit | Line | Data |
---|---|---|
1 | ///////////////////////////////////////////////////////////////////////////// | |
2 | // Name: funcmacro_gdi.h | |
3 | // Purpose: Graphics Device Interface function and macro docs | |
4 | // Author: wxWidgets team | |
5 | // RCS-ID: $Id$ | |
6 | // Licence: wxWindows license | |
7 | ///////////////////////////////////////////////////////////////////////////// | |
8 | ||
9 | /** | |
10 | ||
11 | @defgroup group_funcmacro_gdi Graphics Device Interface (GDI) | |
12 | @ingroup group_funcmacro | |
13 | ||
14 | The following are functions and macros related to GDI (Graphics Device | |
15 | Interface) access. | |
16 | ||
17 | Related Overviews: @ref overview_dc | |
18 | ||
19 | */ | |
20 |