Fix missing or broken interface items for Phoenix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@69196 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -23,17 +23,17 @@ public:
|
||||
/**
|
||||
Constructs a wxGCDC from a wxWindowDC.
|
||||
*/
|
||||
wxGCDC( const wxWindowDC& dc );
|
||||
wxGCDC( const wxWindowDC& windowDC );
|
||||
|
||||
/**
|
||||
Constructs a wxGCDC from a wxMemoryDC.
|
||||
*/
|
||||
wxGCDC( const wxMemoryDC& dc );
|
||||
wxGCDC( const wxMemoryDC& memoryDC );
|
||||
|
||||
/**
|
||||
Constructs a wxGCDC from a wxPrinterDC.
|
||||
*/
|
||||
wxGCDC( const wxPrinterDC& dc );
|
||||
wxGCDC( const wxPrinterDC& printerDC );
|
||||
|
||||
/**
|
||||
Construct a wxGCDC from an existing grtaphics context.
|
||||
@@ -49,10 +49,11 @@ public:
|
||||
|
||||
@since 2.9.3
|
||||
*/
|
||||
wxGCDC( const wxEnhMetaFileDC& dc );
|
||||
wxGCDC( const wxEnhMetaFileDC& emfDC );
|
||||
|
||||
wxGCDC();
|
||||
virtual ~wxGCDC();
|
||||
|
||||
/**
|
||||
Retrieves associated wxGraphicsContext
|
||||
*/
|
||||
|
Reference in New Issue
Block a user