Some doc fixes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1798 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart 1999-02-26 09:45:30 +00:00
parent 7d255c9c34
commit fd34e3a570
6 changed files with 17 additions and 17 deletions

View 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

View 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}

View 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

View 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.

View 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}

View 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}\\