wxButtonBase::GetDefaultSize is declared but not implemented in the wxOSX-cocoa port...
authorRobin Dunn <robin@alldunn.com>
Tue, 14 Jun 2011 22:19:09 +0000 (22:19 +0000)
committerRobin Dunn <robin@alldunn.com>
Tue, 14 Jun 2011 22:19:09 +0000 (22:19 +0000)
commit888cd6834719021c4beddb57b254adee0424dc30
treedc30e16b42160b7d638440a503c9543edc4b1d2b
parentb4354db179f5b9f3107cc532bb5232deccab90d0
wxButtonBase::GetDefaultSize is declared but not implemented in the wxOSX-cocoa port.  Add an implementation that uses wxAnyButton::GetDefaultSize.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@67936 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/osx/button_osx.cpp