Implemented wxButton::DoGetBestSize for wxMotif. Now normal buttons
authorMattia Barbon <mbarbon@cpan.org>
Sun, 2 Mar 2003 10:09:25 +0000 (10:09 +0000)
committerMattia Barbon <mbarbon@cpan.org>
Sun, 2 Mar 2003 10:09:25 +0000 (10:09 +0000)
commit458ca8c1fdad48cf05476338b946634eec03fe16
tree35241aa9ac24cda2bb601842a4fbf71c9135d43a
parent6b9eeef2307dc3d46ec67a9a4ec35a9eba040c5b
  Implemented wxButton::DoGetBestSize for wxMotif. Now normal buttons
and default buttons are visually the same size, however, given how
wxMotif draws default buttons, the Widget for a default button is
bigger (8 pixels by default), thus setting default border will
make the Widget grow.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@19410 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/changes.txt
include/wx/motif/button.h
src/common/dlgcmn.cpp
src/motif/button.cpp