]> git.saurik.com Git - wxWidgets.git/commitdiff
Misc documentation fixes
authorJulian Smart <julian@anthemion.co.uk>
Sun, 8 Feb 2004 18:48:55 +0000 (18:48 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Sun, 8 Feb 2004 18:48:55 +0000 (18:48 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25653 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

distrib/msw/makefile.vc
docs/latex/wx/bufferdc.tex
docs/latex/wx/cursor.tex
docs/latex/wx/dc.tex
docs/latex/wx/ipaddr.tex
docs/latex/wx/text.tex

index 56543d3805245291f9d654464cfa8a4c2ffca976..e5ab8d88cd61ece8becd1424e63e2a7add1ad865 100644 (file)
@@ -13,9 +13,9 @@
 # dll builds a library (wxdll.lib) suitable for creating DLLs
 #
 WXDIR=$(WXWIN)
 # dll builds a library (wxdll.lib) suitable for creating DLLs
 #
 WXDIR=$(WXWIN)
-THISDIR=$(WXWIN)\src\msw
+THISDIR=$(WXWIN)\distrib\msw
 DOCDIR = $(WXDIR)\docs
 DOCDIR = $(WXDIR)\docs
-
+WAITFLAG=/w
 # Making documents
 docs:   allhlp allhtml allpdfrtf allhtb allhtmlhelp
 alldocs: docs
 # Making documents
 docs:   allhlp allhtml allpdfrtf allhtb allhtmlhelp
 alldocs: docs
index 8d9e3171b7920bfb56bb9d33769f2a55bc0896e0..41afc4a04858268cbcd87b0f96bc2df23bb14f11 100644 (file)
@@ -38,7 +38,7 @@ your \texttt{OnPaint()} handler, you should look at
 
 \latexignore{\rtfignore{\wxheading{Members}}}
 
 
 \latexignore{\rtfignore{\wxheading{Members}}}
 
-\membersection{wxBufferedDC::wxBufferedDC}\label{wxbufferedtdcctor}
+\membersection{wxBufferedDC::wxBufferedDC}\label{wxbuffereddcctor}
 
 \func{}{wxBufferedDC}{\void}
 
 
 \func{}{wxBufferedDC}{\void}
 
@@ -47,7 +47,7 @@ your \texttt{OnPaint()} handler, you should look at
 \func{}{wxBufferedDC}{\param{wxDC *}{dc}, \param{const wxBitmap\& }{buffer}}
 
 If you use the first, default, constructor, you must call one of the 
 \func{}{wxBufferedDC}{\param{wxDC *}{dc}, \param{const wxBitmap\& }{buffer}}
 
 If you use the first, default, constructor, you must call one of the 
-\helpref{Init}{wxbufferedtdcinit} methods later in order to use the object.
+\helpref{Init}{wxbuffereddcinit} methods later in order to use the object.
 
 The other constructors initialize the object immediately and \texttt{Init()} 
 must not be called after using them.
 
 The other constructors initialize the object immediately and \texttt{Init()} 
 must not be called after using them.
@@ -71,14 +71,14 @@ time but it also requires more memory as the bitmap is never freed. The bitmap
 should have appropriate size, anything drawn outside of its bounds is clipped.}
 
 
 should have appropriate size, anything drawn outside of its bounds is clipped.}
 
 
-\membersection{wxBufferedDC::Init}\label{wxbufferedtdcinit}
+\membersection{wxBufferedDC::Init}\label{wxbuffereddcinit}
 
 \func{void}{Init}{\param{wxDC *}{dc}, \param{const wxSize\& }{area}, \param{int }{flags}}
 
 \func{void}{Init}{\param{wxDC *}{dc}, \param{const wxBitmap\& }{buffer}}
 
 These functions initialize the object created using the default constructor.
 
 \func{void}{Init}{\param{wxDC *}{dc}, \param{const wxSize\& }{area}, \param{int }{flags}}
 
 \func{void}{Init}{\param{wxDC *}{dc}, \param{const wxBitmap\& }{buffer}}
 
 These functions initialize the object created using the default constructor.
-Please see \helpref{constructors documentation}{wxbufferedtdcctor} for details.
+Please see \helpref{constructors documentation}{wxbuffereddcctor} for details.
 
 
 % VZ: UnMask() intentionally not documented, we might want to make it private
 
 
 % VZ: UnMask() intentionally not documented, we might want to make it private
@@ -99,7 +99,7 @@ inside \texttt{OnPaint()} handler. Just create an object of this class instead
 of \helpref{wxPaintDC}{wxpaintdc} and that's all you have to do to (mostly)
 avoid flicker. The only thing to watch out for is that if you are using this
 class together with \helpref{wxScrolledWindow}{wxscrolledwindow}, you probably
 of \helpref{wxPaintDC}{wxpaintdc} and that's all you have to do to (mostly)
 avoid flicker. The only thing to watch out for is that if you are using this
 class together with \helpref{wxScrolledWindow}{wxscrolledwindow}, you probably
-do \textbf{not} want to call \helpref{PrepareDC}{wxwindowpreparedc} on it as it
+do \textbf{not} want to call \helpref{PrepareDC}{wxscrolledwindowpreparedc} on it as it
 already does this internally for the real underlying wxPaintDC.
 
 \wxheading{Derived from}
 already does this internally for the real underlying wxPaintDC.
 
 \wxheading{Derived from}
index e5c66884f6dec6bcef1d54a66eb11b97b88f91df..868ade257501a2300f8f3a135648a738357c177a 100644 (file)
@@ -54,7 +54,7 @@ Default constructor.
  \param{wxColour*}{ fg=NULL}, \param{wxColour*}{ bg=NULL}}
 
 Constructs a cursor by passing an array of bits (Motif and GTK+ only). {\it maskBits} is used only under
  \param{wxColour*}{ fg=NULL}, \param{wxColour*}{ bg=NULL}}
 
 Constructs a cursor by passing an array of bits (Motif and GTK+ only). {\it maskBits} is used only under
-Motif and GTK+. The parameters {\it fg} and {\bg } are only present on GTK+, and force the
+Motif and GTK+. The parameters {\it fg} and {\it bg} are only present on GTK+, and force the
 cursor to use particular background and foreground colours.
 
 If either {\it hotSpotX} or {\it hotSpotY} is -1, the hotspot will be the centre of the cursor image (Motif only).
 cursor to use particular background and foreground colours.
 
 If either {\it hotSpotX} or {\it hotSpotY} is -1, the hotspot will be the centre of the cursor image (Motif only).
index 43b3a36bb851182be135a98f8c2d002a5beaf750..f873f16ad07b619787ff5bb7d8830ff0ce85c5e8 100644 (file)
@@ -395,7 +395,7 @@ of wxPoint objects.}
 
 \membersection{wxDC::DrawPolyPolygon}\label{wxdcdrawpolypolygon}
 
 
 \membersection{wxDC::DrawPolyPolygon}\label{wxdcdrawpolypolygon}
 
-\func{void}{DrawPolyPolygon}{\param{int }{n}, \param{int }{start\[\]}, \param{wxPoint }{points\[\]}, \param{wxCoord }{xoffset}, \param{wxCoord }{yoffset}, \param{int }{fillStyle = \texttt{wxODDEVEN\_RULE}}}
+\func{void}{DrawPolyPolygon}{\param{int }{n}, \param{int }{start[]}, \param{wxPoint }{points[]}, \param{wxCoord }{xoffset}, \param{wxCoord }{yoffset}, \param{int }{fillStyle = \texttt{wxODDEVEN\_RULE}}}
 
 Draw many polygons at once. For the platforms providing a native implementation
 of this function (Windows and PostScript-based wxDC), this is more efficient
 
 Draw many polygons at once. For the platforms providing a native implementation
 of this function (Windows and PostScript-based wxDC), this is more efficient
index 1e99a048be820ea98972363c92bd48e926dafcc2..08e314c1248e8ad5f6d31f045a323528fd83a2cc 100644 (file)
@@ -134,7 +134,7 @@ On IPV6 implementations, ::1
 
 Returns true on success, false if something went wrong.
 
 
 Returns true on success, false if something went wrong.
 
-\membersection{wxIPaddress::LocalHost}\label{wxIPaddresslocalhost}
+\membersection{wxIPaddress::IsLocalHost}\label{wxIPaddressislocalhost}
 
 \func{virtual bool}{IsLocalHost}{\void}
 
 
 \func{virtual bool}{IsLocalHost}{\void}
 
index 4554eeef07893fcd46ec498157b61c57361f0c57..8aa7927cfb13770dd9e36621ee7df0b30c43dac5 100644 (file)
@@ -812,8 +812,8 @@ sequence in the native control.
 
 This function finds the character at the specified position expressed in
 pixels. If the return code is not \texttt{wxTE\_HT\_UNKNOWN} the row and column
 
 This function finds the character at the specified position expressed in
 pixels. If the return code is not \texttt{wxTE\_HT\_UNKNOWN} the row and column
-of the character closest to this position are returned in the \arg{col} and
-\arg{row} parameters (unless the pointers are \textt{NULL} which is allowed).
+of the character closest to this position are returned in the \arg{col} and 
+\arg{row} parameters (unless the pointers are \tt{NULL} which is allowed).
 
 Please note that this function is currently only implemented in wxUniv and
 wxMSW ports.
 
 Please note that this function is currently only implemented in wxUniv and
 wxMSW ports.