]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/button.h
reverted Julian's unintentional breakage of wxChoice
[wxWidgets.git] / include / wx / msw / button.h
index 52a68b5ab32590078ce0591d2b6ad241ce983fda..70f51f6fa5fede77054924b07612e1cfceaec609 100644 (file)
@@ -69,7 +69,9 @@ protected:
     // send a notification event, return TRUE if processed
     bool SendClickEvent();
 
+    // usually overridden base class virtuals
     virtual wxSize DoGetBestSize() const;
+    virtual WXDWORD MSWGetStyle(long style, WXDWORD *exstyle) const;
 
 private:
     DECLARE_DYNAMIC_CLASS(wxButton)