]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/doxygen/overviews/dc.h
Fix broken and missing DataView interface items for Phoenix
[wxWidgets.git] / docs / doxygen / overviews / dc.h
index 285e1fd9e4b2a4b6f2e91298ddc15ccdc01f708f..973183fc1a2d5d5136e4204b69641593eb119338 100644 (file)
 
 @page overview_dc Device Contexts
 
 
 @page overview_dc Device Contexts
 
-Classes: wxBufferedDC, wxBufferedPaintDC, wxDC, wxPostScriptDC,
-        wxMetafileDC, wxMemoryDC, wxPrinterDC, wxScreenDC, wxClientDC,
-        wxPaintDC, wxWindowDC.
-
 A wxDC is a @e device context onto which graphics and text can be drawn.
 The device context is intended to represent a number of output devices in a
 generic way, with the same API being used throughout.
 A wxDC is a @e device context onto which graphics and text can be drawn.
 The device context is intended to represent a number of output devices in a
 generic way, with the same API being used throughout.
@@ -47,5 +43,6 @@ write to a number of different devices, by passing a different device context. T
 work for everything (for example not all device contexts support bitmap drawing) but
 will work most of the time.
 
 work for everything (for example not all device contexts support bitmap drawing) but
 will work most of the time.
 
-*/
+@see @ref group_class_dc
 
 
+*/