summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
0966d1f)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26446
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
{ kEventClassControl , kEventControlDraw } ,
// { kEventClassControl , kEventControlInvalidateForSizeChange } , // 10.3 only
// { kEventClassControl , kEventControlBoundsChanged } ,
{ kEventClassControl , kEventControlDraw } ,
// { kEventClassControl , kEventControlInvalidateForSizeChange } , // 10.3 only
// { kEventClassControl , kEventControlBoundsChanged } ,
+// kEventControlEnabledStateChanged , kEventControlVisibilityChanged , kEventControlHiliteChanged
wxSize wxWindowMac::DoGetBestSize() const
{
wxSize wxWindowMac::DoGetBestSize() const
{
Rect bestsize = { 0 , 0 , 0 , 0 } ;
short baselineoffset ;
int bestWidth, bestHeight ;
Rect bestsize = { 0 , 0 , 0 , 0 } ;
short baselineoffset ;
int bestWidth, bestHeight ;
bestHeight = 13 ;
return wxSize(bestWidth, bestHeight);
bestHeight = 13 ;
return wxSize(bestWidth, bestHeight);
+ */
+ return wxWindowBase::DoGetBestSize() ;