]> git.saurik.com Git - wxWidgets.git/commitdiff
Some doc fixes
authorJulian Smart <julian@anthemion.co.uk>
Fri, 26 Feb 1999 09:45:30 +0000 (09:45 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Fri, 26 Feb 1999 09:45:30 +0000 (09:45 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1798 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/classes.tex
docs/latex/wx/function.tex
docs/latex/wx/topics.tex
docs/latex/wx/tstring.tex
docs/latex/wx/wxPython.tex
docs/latex/wx/wxstring.tex

index 7699ac12fa313bbb1206bf27aac2f2e5b7b1c421..d4a18b3f35724dd7472b2baf9ee1b84ca345caa7 100644 (file)
@@ -80,7 +80,7 @@
 \input grid.tex
 \input hash.tex
 \input helpinst.tex
-\input http.tex
+%\input http.tex
 \input idleevt.tex
 \input icon.tex
 \input image.tex
index 8829f12eb70c34f80f97f40a8f3ce54a6d57cc97..c0e31be0f4f21c3a67b5fe6c6fd43d2bd83b1650 100644 (file)
@@ -1433,7 +1433,7 @@ See also \helpref{wxGetResource}{wxgetresource}, \helpref{wxConfigBase}{wxconfig
 
 <wx/utils.h>
 
-\membersection{::wxYield}
+\membersection{::wxYield}\label{wxyield}
 
 \func{bool}{wxYield}{\void}
 
index 34e732058bcc3668880d9f0d7b23791d417126b8..cda8c6764de7b68efbcc2fcaf100f62ee8ea43ea 100644 (file)
@@ -35,7 +35,7 @@ This chapter contains a selection of topic overviews.
 \input tvalidat.tex
 \input texpr.tex
 \input tgrid.tex
-%\input tstring.tex
+\input tstring.tex
 \input tdnd.tex
 \input tthreads.tex
 \input tfile.tex
index c61fb03e3ce81d47e7b80cbcbe9b3d1a70e481b5..c43a328c6bf65212cc1ce21559d8eb1e8a3ab05c 100644 (file)
@@ -45,7 +45,7 @@ class and 90\% of functionality of std::string class.
 \item {\bf Rich set of functions} Some of the functions present in wxString are
 very useful but don't exist in most of other string classes: for example, 
 \helpref{AfterFirst}{wxstringafterfirst}, 
-\helpref{BeforLast}{wxstringbeforlast}, \helpref{operator<<}{wxstringoperator
+\helpref{BeforeLast}{wxstringbeforelast}, \helpref{operator<<}{wxstringoperatorout
 or \helpref{Printf}{wxstringprintf}. Of course, all the standard string
 operations are supported as well.
 \item {\bf UNICODE} In this release, wxString only supports construction from
@@ -138,9 +138,9 @@ string with a NUL) and are in general not very safe (passing NULL to them will
 probably lead to program crash). Moreover, some of very useful functions are not
 standard at all. This is why in addition to all wxString functions, there are
 also a few of global string functions which try to correct these problems: 
-\helpref{IsEmpty()}{isempty} verifies whether the string is empty (returning
-TRUE for NULL pointers), \helpref{Strlen()}{strlen} also handles NULLs correctly
-and returns 0 for them and \helpref{Stricmp()}{stricmp} is just a
+\helpref{IsEmpty()}{wxstringisempty} verifies whether the string is empty (returning
+TRUE for NULL pointers), \helpref{Strlen()}{wxstringstrlen} also handles NULLs correctly
+and returns 0 for them and \helpref{Stricmp()}{wxstringstricmp} is just a
 platform-independent version of case-insensitive string comparison function
 known either as stricmp() or strcasecmp() on different platforms.
 
index 71d6a836544b73a7f3d704b6cbd8a33ce1e45ec3..f713998c85d1938a6b6aa56e493ecb0557aa86b2 100644 (file)
@@ -427,10 +427,10 @@ as possible to the C++ spec over time.
 \item \helpref{wxFont}{wxfont}
 \item \helpref{wxFrame}{wxframe}
 \item \helpref{wxGauge}{wxgauge}
-\item \helpref{wxGridCell}{wxgridcell}
-\item \helpref{wxGridEvent}{wxgridevent}
+\item wxGridCell
+\item wxGridEvent
 \item \helpref{wxGrid}{wxgrid}
-\item \helpref{wxIconizeEvent}{wxiconizeevent}
+\item wxIconizeEvent
 \item \helpref{wxIcon}{wxicon}
 \item \helpref{wxIdleEvent}{wxidleevent}
 \item \helpref{wxImageList}{wximagelist}
@@ -448,7 +448,7 @@ as possible to the C++ spec over time.
 \item \helpref{wxMDIClientWindow}{wxmdiclientwindow}
 \item \helpref{wxMDIParentFrame}{wxmdiparentframe}
 \item \helpref{wxMask}{wxmask}
-\item \helpref{wxMaximizeEvent}{wxmaximizeevent}
+\item wxMaximizeEvent
 \item \helpref{wxMemoryDC}{wxmemorydc}
 \item \helpref{wxMenuBar}{wxmenubar}
 \item \helpref{wxMenuEvent}{wxmenuevent}
@@ -487,13 +487,13 @@ as possible to the C++ spec over time.
 \item \helpref{wxScrollBar}{wxscrollbar}
 \item \helpref{wxScrollEvent}{wxscrollevent}
 \item \helpref{wxScrolledWindow}{wxscrolledwindow}
-\item \helpref{wxShowEvent}{wxshowevent}
+\item wxShowEvent
 \item \helpref{wxSingleChoiceDialog}{wxsinglechoicedialog}
 \item \helpref{wxSizeEvent}{wxsizeevent}
 \item \helpref{wxSize}{wxsize}
 \item \helpref{wxSlider}{wxslider}
 \item \helpref{wxSpinButton}{wxspinbutton}
-\item \helpref{wxSpinEvent}{wxspinevent}
+\item wxSpinEvent
 \item \helpref{wxSplitterWindow}{wxsplitterwindow}
 \item \helpref{wxStaticBitmap}{wxstaticbitmap}
 \item \helpref{wxStaticBox}{wxstaticbox}
@@ -504,13 +504,13 @@ as possible to the C++ spec over time.
 \item \helpref{wxTextCtrl}{wxtextctrl}
 \item \helpref{wxTextEntryDialog}{wxtextentrydialog}
 \item \helpref{wxTimer}{wxtimer}
-\item \helpref{wxToolBarTool}{wxtoolbartool}
+\item wxToolBarTool
 \item \helpref{wxToolBar}{wxtoolbar}
-\item \helpref{wxToolTip}{wxtooltip}
+\item wxToolTip
 \item \helpref{wxTreeCtrl}{wxtreectrl}
 \item \helpref{wxTreeEvent}{wxtreeevent}
 \item \helpref{wxTreeItemData}{wxtreeitemdata}
-\item \helpref{wxTreeItemId}{wxtreeitemid}
+\item wxTreeItemId
 \item \helpref{wxUpdateUIEvent}{wxupdateuievent}
 \item \helpref{wxWindowDC}{wxwindowdc}
 \item \helpref{wxWindow}{wxwindow}
index 3b06d4fecf2e90de4e170fa85afddda26fd57c37..c4ea3afeca718ecd93f1b4d1ae35e7b3b8230c4b 100644 (file)
@@ -56,7 +56,7 @@ release builds.
 This section also contains both implicit and explicit conversions to C style
 strings. Although implicit conversion is quite convenient, it is advised to use
 explicit \helpref{c\_str()}{wxstringcstr} method for the sake of clarity. Also
-see \helpref{overiview}{wxstringadvices} for the cases where it is necessary to
+see \helpref{overview}{wxstringadvices} for the cases where it is necessary to
 use it.
 
 \helpref{GetChar}{wxstringgetchar}\\