fixed syntax errors

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25379 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2004-01-26 10:40:53 +00:00
parent 1e6afae84c
commit c0d26c0f18
5 changed files with 9 additions and 8 deletions

View File

@@ -1,8 +1,9 @@
\section{\class{wxCheckBox}}\label{wxcheckbox} \section{\class{wxCheckBox}}\label{wxcheckbox}
A checkbox is a labelled box which by default is either on (checkmark is visible) A checkbox is a labelled box which by default is either on (checkmark is
or off (no checkmark). Optionally (When the wxCHK_3STATE style flag is set) it can have visible) or off (no checkmark). Optionally (When the wxCHK\_3STATE style flag
a third state, called the mixed or undetermined state. Often this is used as a "Does Not Apply" state. is set) it can have a third state, called the mixed or undetermined state.
Often this is used as a "Does Not Apply" state.
\wxheading{Derived from} \wxheading{Derived from}

View File

@@ -3,7 +3,7 @@
This is a simple, type-safe, and reasonably efficient hash map class, This is a simple, type-safe, and reasonably efficient hash map class,
whose interface is a subset of the interface of STL containers. In whose interface is a subset of the interface of STL containers. In
particular, the interface is modelled after std::map, and the various, particular, the interface is modelled after std::map, and the various,
non standard, std::hash_map. non standard, std::hash\_map.
\wxheading{Example} \wxheading{Example}

View File

@@ -93,7 +93,7 @@ CVS archive;
\item convert WIN32 RC files to XRC with the tool in {\tt contrib/utils/convertrc}. \item convert WIN32 RC files to XRC with the tool in {\tt contrib/utils/convertrc}.
\end{itemize} \end{itemize}
A complete list of third-party tools that write to XRC can be found at \urlref{www.wxwindows.org/lnk_tool.htm}{http://www.wxwindows.org/lnk_tool.in}. A complete list of third-party tools that write to XRC can be found at \urlref{www.wxwindows.org/lnk\_tool.htm}{http://www.wxwindows.org/lnk\_tool.in}.
It is highly recommended that you use a resource editing tool, since it's fiddly writing It is highly recommended that you use a resource editing tool, since it's fiddly writing
XRC files by hand. XRC files by hand.

View File

@@ -3053,7 +3053,7 @@ window unconditionally.
\membersection{wxWindow::UpdateWindowUI}\label{wxwindowupdatewindowui} \membersection{wxWindow::UpdateWindowUI}\label{wxwindowupdatewindowui}
\func{virtual void}{UpdateWindowUI}{\param{long}{ flags = wxUPDATE_UI_NONE}} \func{virtual void}{UpdateWindowUI}{\param{long}{ flags = wxUPDATE\_UI\_NONE}}
This function sends \helpref{wxUpdateUIEvents}{wxupdateuievent} to This function sends \helpref{wxUpdateUIEvents}{wxupdateuievent} to
the window. The particular implementation depends on the window; for the window. The particular implementation depends on the window; for

View File

@@ -85,7 +85,7 @@ Default constructor. Use this if you wish to derive from wxWizard and then call
with \helpref{wxWindow::SetExtraStyle}{wxwindowsetextrastyle} between the two with \helpref{wxWindow::SetExtraStyle}{wxwindowsetextrastyle} between the two
calls. calls.
\func{}{wxWizard}{\param{wxWindow* }{parent}, \param{int }{id = -1}, \param{const wxString\& }{title = wxEmptyString}, \param{const wxBitmap\& }{bitmap = wxNullBitmap}, \param{const wxPoint\& }{pos = wxDefaultPosition}, \param{long }{style = wxDEFAULT_DIALOG_STYLE}} \func{}{wxWizard}{\param{wxWindow* }{parent}, \param{int }{id = -1}, \param{const wxString\& }{title = wxEmptyString}, \param{const wxBitmap\& }{bitmap = wxNullBitmap}, \param{const wxPoint\& }{pos = wxDefaultPosition}, \param{long }{style = wxDEFAULT\_DIALOG\_STYLE}}
Constructor which really creates the wizard -- if you use this constructor, you Constructor which really creates the wizard -- if you use this constructor, you
shouldn't call \helpref{Create}{wxwizardcreate}. shouldn't call \helpref{Create}{wxwizardcreate}.
@@ -114,7 +114,7 @@ by default.}
\membersection{wxWizard::Create}\label{wxwizardcreate} \membersection{wxWizard::Create}\label{wxwizardcreate}
\func{bool}{Create}{\param{wxWindow* }{parent}, \param{int }{id = -1}, \param{const wxString\& }{title = wxEmptyString}, \param{const wxBitmap\& }{bitmap = wxNullBitmap}, \param{const wxPoint\& }{pos = wxDefaultPosition}, \param{long }{style = wxDEFAULT_DIALOG_STYLE}} \func{bool}{Create}{\param{wxWindow* }{parent}, \param{int }{id = -1}, \param{const wxString\& }{title = wxEmptyString}, \param{const wxBitmap\& }{bitmap = wxNullBitmap}, \param{const wxPoint\& }{pos = wxDefaultPosition}, \param{long }{style = wxDEFAULT\_DIALOG\_STYLE}}
Creates the wizard dialog. Must be called if the default constructor had been Creates the wizard dialog. Must be called if the default constructor had been
used to create the object. used to create the object.