made wxFrame::SendSizeEvent() public and documented it

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16679 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2002-08-22 17:03:38 +00:00
parent 2eb4c3aabe
commit a4f25aef35
3 changed files with 21 additions and 1 deletions

View File

@@ -100,7 +100,7 @@ public:
// a MSW only function which sends a size event to the window using its
// current size - this has an effect of refreshing the window layout
void SendSizeEvent();
virtual void SendSizeEvent();
protected:
// common part of all ctors