Implement GetMinSize for wxMotif wxButton. Helps solfing sizing

problems in generic common dialogs.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35326 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Mattia Barbon
2005-08-28 07:51:59 +00:00
parent 3e81caa51b
commit 4e025aa206
2 changed files with 17 additions and 0 deletions

View File

@@ -49,7 +49,9 @@ public:
// Implementation
private:
virtual wxSize DoGetBestSize() const;
virtual wxSize GetMinSize() const;
wxSize OldGetBestSize() const;
wxSize OldGetMinSize() const;
void SetDefaultShadowThicknessAndResize();
};