]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/statbmp.h
Added SetSheetStyle to property sheet dialog to allow specification
[wxWidgets.git] / include / wx / msw / statbmp.h
index 957f9966b22860c63ca58a119856f3c7911f3931..db39bbb7bce27516efc48b39dea70b462975e1c1 100644 (file)
@@ -59,7 +59,7 @@ protected:
     virtual WXDWORD MSWGetStyle(long style, WXDWORD *exstyle) const;
 
     // ctor/dtor helpers
-    void Init() { m_isIcon = true; m_image = NULL; }
+    void Init() { m_isIcon = true; m_image = NULL; m_currentHandle = 0; }
     void Free();
 
     // true if icon/bitmap is valid
@@ -72,6 +72,9 @@ protected:
     bool m_isIcon;
     wxGDIImage *m_image;
 
+    // handle used in last call to STM_SETIMAGE
+    WXHANDLE m_currentHandle;
+
 private:
     DECLARE_DYNAMIC_CLASS(wxStaticBitmap)
     DECLARE_NO_COPY_CLASS(wxStaticBitmap)