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