]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/statbmp.h
attempts to fix wxStaticBitmap::SetBitmap() - still doesn't work
[wxWidgets.git] / include / wx / gtk1 / statbmp.h
index cfedc1c50230334731ac9e6605809c2924c34787..4716ffd797fb45c02bbb1c4350b7080166465e3c 100644 (file)
@@ -75,6 +75,9 @@ public:
     }
 
 private:
+    // creates the new pixmap widget
+    void CreatePixmapWidget();
+
     wxBitmap   m_bitmap;
 };