From: Václav Slavík Date: Mon, 26 Jan 2004 10:40:53 +0000 (+0000) Subject: fixed syntax errors X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/c0d26c0f1829cfa09f68e7729a5d9290e5031759?ds=sidebyside fixed syntax errors git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25379 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/latex/wx/checkbox.tex b/docs/latex/wx/checkbox.tex index b682c8fb73..9026628a39 100644 --- a/docs/latex/wx/checkbox.tex +++ b/docs/latex/wx/checkbox.tex @@ -1,8 +1,9 @@ \section{\class{wxCheckBox}}\label{wxcheckbox} -A checkbox is a labelled box which by default is either on (checkmark is visible) -or off (no checkmark). Optionally (When the wxCHK_3STATE style flag is set) it can have -a third state, called the mixed or undetermined state. Often this is used as a "Does Not Apply" state. +A checkbox is a labelled box which by default is either on (checkmark is +visible) or off (no checkmark). Optionally (When the wxCHK\_3STATE style flag +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} diff --git a/docs/latex/wx/hashmap.tex b/docs/latex/wx/hashmap.tex index 5649d907eb..16215785f9 100644 --- a/docs/latex/wx/hashmap.tex +++ b/docs/latex/wx/hashmap.tex @@ -3,7 +3,7 @@ This is a simple, type-safe, and reasonably efficient hash map class, whose interface is a subset of the interface of STL containers. In particular, the interface is modelled after std::map, and the various, -non standard, std::hash_map. +non standard, std::hash\_map. \wxheading{Example} diff --git a/docs/latex/wx/txrc.tex b/docs/latex/wx/txrc.tex index 970d15847b..97de1ea579 100644 --- a/docs/latex/wx/txrc.tex +++ b/docs/latex/wx/txrc.tex @@ -93,7 +93,7 @@ CVS archive; \item convert WIN32 RC files to XRC with the tool in {\tt contrib/utils/convertrc}. \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 XRC files by hand. diff --git a/docs/latex/wx/window.tex b/docs/latex/wx/window.tex index 1691b5ec40..b209a77e08 100644 --- a/docs/latex/wx/window.tex +++ b/docs/latex/wx/window.tex @@ -3053,7 +3053,7 @@ window unconditionally. \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 the window. The particular implementation depends on the window; for diff --git a/docs/latex/wx/wizard.tex b/docs/latex/wx/wizard.tex index 6b0e715169..ca0c9a45c1 100644 --- a/docs/latex/wx/wizard.tex +++ b/docs/latex/wx/wizard.tex @@ -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 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 shouldn't call \helpref{Create}{wxwizardcreate}. @@ -114,7 +114,7 @@ by default.} \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 used to create the object.