adding support for wxShowEvent
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62564 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1060,6 +1060,11 @@ bool wxWindowMac::Show(bool show)
|
|||||||
if ( m_peer )
|
if ( m_peer )
|
||||||
m_peer->SetVisibility( show ) ;
|
m_peer->SetVisibility( show ) ;
|
||||||
|
|
||||||
|
wxShowEvent eventShow(GetId(), show);
|
||||||
|
eventShow.SetEventObject(this);
|
||||||
|
|
||||||
|
HandleWindowEvent(eventShow);
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user