- wxMemoryDC( const wxBitmap& bitmap = wxNullBitmap );
- wxMemoryDC( wxDC *dc ); // Create compatible DC
- virtual ~wxMemoryDC();
- virtual void SelectObject( const wxBitmap& bitmap );
+
+#if wxUSE_NEW_DC
+ wxGTKMemoryImplDC( wxMemoryDC *owner );
+ wxGTKMemoryImplDC( wxMemoryDC *owner, wxBitmap& bitmap );
+ wxGTKMemoryImplDC( wxMemoryDC *owner, wxDC *dc );
+#else
+ wxMemoryDC();
+ wxMemoryDC(wxBitmap& bitmap);
+ wxMemoryDC( wxDC *dc );
+#endif
+
+ virtual ~wxGTKMemoryImplDC();