]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/dcgraph.h
Replace wxComboBox::IsEmpty() with Is{List,Text}Empty().
[wxWidgets.git] / include / wx / dcgraph.h
index 15369a32fe8cf70f21f7db2829f85dd4bc272c63..38ebbb61cc03d72df1437ba8e68dedc0cef09e0b 100644 (file)
@@ -28,6 +28,9 @@ public:
     wxGCDC( const wxMemoryDC& dc );
 #if wxUSE_PRINTING_ARCHITECTURE
     wxGCDC( const wxPrinterDC& dc );
+#endif
+#if defined(__WXMSW__) && wxUSE_ENH_METAFILE
+    wxGCDC( const wxEnhMetaFileDC& dc );
 #endif
     wxGCDC();
     virtual ~wxGCDC();
@@ -55,6 +58,9 @@ public:
     wxGCDCImpl( wxDC *owner, const wxMemoryDC& dc );
 #if wxUSE_PRINTING_ARCHITECTURE
     wxGCDCImpl( wxDC *owner, const wxPrinterDC& dc );
+#endif
+#if defined(__WXMSW__) && wxUSE_ENH_METAFILE
+    wxGCDCImpl( wxDC *owner, const wxEnhMetaFileDC& dc );
 #endif
     wxGCDCImpl( wxDC *owner );