X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ae3c17b4013e80b99976c750c19fca47729517f6..15fa4de377053c3c38f62593b2df941c217ea34b:/interface/wx/dcgraph.h diff --git a/interface/wx/dcgraph.h b/interface/wx/dcgraph.h index e4d4459bfc..345d015acf 100644 --- a/interface/wx/dcgraph.h +++ b/interface/wx/dcgraph.h @@ -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 */