]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/dcgraph.h
Implement auto-completion support for wxTextEntry in wxOSX/Cocoa.
[wxWidgets.git] / interface / wx / dcgraph.h
index e4d4459bfca1183cf3cf8e1c223b75735bd7e2e2..345d015acf4acd7a0410e3b7b730e788d46950ec 100644 (file)
@@ -2,13 +2,12 @@
 // Name:        dcgraph.h
 // Purpose:     interface of wxGCDC
 // Author:      wxWidgets team
-// RCS-ID:      $Id$
-// Licence:     wxWindows license
+// RCS-ID:      $Id$
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 /**
     @class wxGCDC
-    @wxheader{dcgraph.h}
 
     wxGCDC is a device context that draws on a wxGraphicsContext.
 
@@ -25,17 +24,17 @@ public:
        Constructs a wxGCDC from a wxWindowDC.
     */
     wxGCDC( const wxWindowDC& dc );
-    
+
     /**
        Constructs a wxGCDC from a wxMemoryDC.
     */
     wxGCDC( const wxMemoryDC& dc );
-    
+
     /**
        Constructs a wxGCDC from a wxPrinterDC.
     */
     wxGCDC( const wxPrinterDC& dc );
+
     /**
        Retrieves associated wxGraphicsContext
     */