Also need to override Show

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40240 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn 2006-07-22 22:31:07 +00:00
parent da5e85d989
commit 4f450f41a2

View File

@ -809,6 +809,8 @@ public:
*x = m_rect.width;
*y = m_rect.height;
}
bool Show( bool WXUNUSED(show = true) ) { return false; }
void DoSizing()
{