]> 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 f7b3e0b89f973528c239e981043dfb1ae0af88c2..345d015acf4acd7a0410e3b7b730e788d46950ec 100644 (file)
@@ -2,8 +2,8 @@
 // Name:        dcgraph.h
 // Purpose:     interface of wxGCDC
 // Author:      wxWidgets team
-// RCS-ID:      $Id$
-// Licence:     wxWindows license
+// RCS-ID:      $Id$
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 /**
@@ -24,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
     */