]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/bmpbuttn.h
move SendSizeEvent() down to wxWindow from wxFrame; added SendSizeEventToParent(...
[wxWidgets.git] / include / wx / msw / bmpbuttn.h
index 5d3cab5ce7d0103a6f51cdfb113125ee3bda9f20..fb53b039bf8d711d450faaa098d9b2eba42d674e 100644 (file)
@@ -68,6 +68,8 @@ protected:
 
     // reimplement some base class virtuals
     virtual wxSize DoGetBestSize() const;
+    virtual WXDWORD MSWGetStyle(long style, WXDWORD *exstyle) const;
+
 
     // invalidate m_brushDisabled when system colours change
     void OnSysColourChanged(wxSysColourChangedEvent& event);