2008-03-11 03:57:21 -04:00
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
2008-03-12 15:08:48 -04:00
|
|
|
// Name: funcmacro_gdi.h
|
2008-03-11 03:57:21 -04:00
|
|
|
// Purpose: Graphics Device Interface function and macro docs
|
|
|
|
// Author: wxWidgets team
|
2008-03-12 15:08:48 -04:00
|
|
|
// RCS-ID: $Id$
|
2008-03-11 03:57:21 -04:00
|
|
|
// Licence: wxWindows license
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
2008-03-12 15:08:48 -04:00
|
|
|
@defgroup group_funcmacro_gdi Graphics Device Interface (GDI)
|
|
|
|
@ingroup group_funcmacro
|
2008-03-11 03:57:21 -04:00
|
|
|
|
|
|
|
The following are functions and macros related to GDI (Graphics Device
|
|
|
|
Interface) access.
|
|
|
|
|
|
|
|
Related Overviews: @ref overview_dc
|
|
|
|
|
|
|
|
*/
|
|
|
|
|