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