]> git.saurik.com Git - wxWidgets.git/commitdiff
fixed syntax errors
authorVáclav Slavík <vslavik@fastmail.fm>
Mon, 26 Jan 2004 10:40:53 +0000 (10:40 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Mon, 26 Jan 2004 10:40:53 +0000 (10:40 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25379 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/checkbox.tex
docs/latex/wx/hashmap.tex
docs/latex/wx/txrc.tex
docs/latex/wx/window.tex
docs/latex/wx/wizard.tex

index b682c8fb731d637354b6353d109be6dc0a96b6a5..9026628a39e2a076990c633b794ae2b514fa94f5 100644 (file)
@@ -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}
 
index 5649d907eb25e68ecfd59e28d3d30b2117e3ba31..16215785f958c320b0c68e7df9098a9f3e2886da 100644 (file)
@@ -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}
 
index 970d15847bbf39bf223fe48839b4db36c3698a79..97de1ea579efc94ab180765ed0f9c700100d4523 100644 (file)
@@ -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.
index 1691b5ec401c98eb6b7c54acd2324bc9c90e17c5..b209a77e080234fcbc296fd7853382ae2c739d88 100644 (file)
@@ -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
index 6b0e715169c855895a8ebc9909af3703c98d6688..ca0c9a45c181f060346462543a59e4418fe0f0bf 100644 (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
 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.