Make wxMotif buttons smaller (and nicer) by default,

with the option of reverting to the old behaviour.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27059 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Mattia Barbon
2004-05-02 08:14:39 +00:00
parent bea8e651c7
commit e04b7e8e71
3 changed files with 31 additions and 2 deletions

View File

@@ -48,6 +48,7 @@ public:
// Implementation
private:
virtual wxSize DoGetBestSize() const;
wxSize OldGetBestSize() const;
void SetDefaultShadowThicknessAndResize();
};