-#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();