]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/dcgraph.h
Resolve ambiguity between GetClientXXX() methods in wxOSX wxComboBox.
[wxWidgets.git] / interface / wx / dcgraph.h
index acd5b58b2df02ec45cac708bb28df742f80bb292..5d086485c1509eafaad21b1448e24d107a8a7c9f 100644 (file)
@@ -35,6 +35,17 @@ public:
     */
     wxGCDC( const wxPrinterDC& dc );
 
+    /**
+       Constructs a wxGCDC from a wxEnhMetaFileDC.
+
+       This constructor is only available in wxMSW port and when @c
+       wxUSE_ENH_METAFILE build option is enabled, i.e. when wxEnhMetaFileDC
+       class itself is available.
+
+       @since 2.9.3
+    */
+    wxGCDC( const wxEnhMetaFileDC& dc );
+
     /**
        Retrieves associated wxGraphicsContext
     */