fix syntax errors

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29828 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Ryan Norton
2004-10-13 17:24:35 +00:00
parent 0ea62c2105
commit 7c57ddc300

View File

@@ -191,7 +191,7 @@ only icon set by \helpref{SetIcon}{wxtoplevelwindowseticon}.
\membersection{wxTopLevelWindow::SetLeftMenu}\label{wxtoplevelwindowsetleftmenu} \membersection{wxTopLevelWindow::SetLeftMenu}\label{wxtoplevelwindowsetleftmenu}
\func{void}{SetLeftMenu}{\param{int}{ id = wxID_ANY}, \param{const wxString\&}{ label = wxEmptyString}, \param{wxMenu *}{ subMenu = NULL}} \func{void}{SetLeftMenu}{\param{int}{ id = wxID\_ANY}, \param{const wxString\&}{ label = wxEmptyString}, \param{wxMenu *}{ subMenu = NULL}}
Sets action or menu activated by pressing left hardware button on the smart phones. Sets action or menu activated by pressing left hardware button on the smart phones.
Unavailable on full keyboard machines. Unavailable on full keyboard machines.
@@ -211,7 +211,7 @@ Unavailable on full keyboard machines.
\membersection{wxTopLevelWindow::SetRightMenu}\label{wxtoplevelwindowsetrightmenu} \membersection{wxTopLevelWindow::SetRightMenu}\label{wxtoplevelwindowsetrightmenu}
\func{void}{SetRightMenu}{\param{int}{ id = wxID_ANY}, \param{const wxString\&}{ label = wxEmptyString}, \param{wxMenu *}{ subMenu = NULL}} \func{void}{SetRightMenu}{\param{int}{ id = wxID\_ANY}, \param{const wxString\&}{ label = wxEmptyString}, \param{wxMenu *}{ subMenu = NULL}}
Sets action or menu activated by pressing right hardware button on the smart phones. Sets action or menu activated by pressing right hardware button on the smart phones.
Unavailable on full keyboard machines. Unavailable on full keyboard machines.