]>
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 | |
526954c5 | 5 | // Licence: wxWindows licence |
c83e60aa BP |
6 | ///////////////////////////////////////////////////////////////////////////// |
7 | ||
8 | /** | |
9 | ||
3db7c3b1 BP |
10 | @defgroup group_funcmacro_gdi Graphics Device Interface (GDI) |
11 | @ingroup group_funcmacro | |
c83e60aa BP |
12 | |
13 | The following are functions and macros related to GDI (Graphics Device | |
14 | Interface) access. | |
15 | ||
16 | Related Overviews: @ref overview_dc | |
17 | ||
dbbca9fd FM |
18 | Related class group: @ref group_class_gdi |
19 | ||
c83e60aa BP |
20 | */ |
21 |