Misc. corrections

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22915 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2003-08-15 16:17:40 +00:00
parent e7bbd8743c
commit 684761db46
18 changed files with 39 additions and 41 deletions

View File

@@ -512,10 +512,10 @@ menu bar and its menus will be destroyed also, so do not delete the menu
bar explicitly (except by resetting the frame's menu bar to another
frame or NULL).
Under Windows, a call to \helpref{wxFrame::OnSize}{wxframeonsize} is generated, so be sure to initialize
Under Windows, a size event is generated, so be sure to initialize
data members properly before calling {\bf SetMenuBar}.
Note that it is not possible to call this function twice for the same frame object.
Note that on some platforms, it is not possible to call this function twice for the same frame object.
\wxheading{See also}