]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/dcmemory.h
added wxDelegateTheme to accompany wxDelegateRenderer
[wxWidgets.git] / include / wx / gtk1 / dcmemory.h
index 93bfb09883a55cd0627de7d9275560f05a1747ed..ba5b573e5fde8d32cbde7e5641ee78fd0d8b75fc 100644 (file)
@@ -1,5 +1,5 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        dcmemory.h
+// Name:        wx/gtk1/dcmemory.h
 // Purpose:
 // Author:      Robert Roebling
 // RCS-ID:      $Id$
@@ -26,9 +26,9 @@ class WXDLLIMPEXP_CORE wxMemoryDC;
 class WXDLLIMPEXP_CORE wxMemoryDC : public wxWindowDC
 {
 public:
-    wxMemoryDC();
+    wxMemoryDC( const wxBitmap& bitmap = wxNullBitmap );
     wxMemoryDC( wxDC *dc ); // Create compatible DC
-    ~wxMemoryDC();
+    virtual ~wxMemoryDC();
     virtual void SelectObject( const wxBitmap& bitmap );
     void DoGetSize( int *width, int *height ) const;