]> git.saurik.com Git - wxWidgets.git/commitdiff
Corrected some doc problems
authorJulian Smart <julian@anthemion.co.uk>
Thu, 5 Aug 1999 15:51:32 +0000 (15:51 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Thu, 5 Aug 1999 15:51:32 +0000 (15:51 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3292 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 files changed:
distrib/msw/generic.rsp
distrib/msw/gtk.rsp
distrib/msw/motif.rsp
distrib/msw/msw.rsp
docs/latex/wx/category.tex
docs/latex/wx/classes.tex
docs/latex/wx/datstrm.tex
docs/latex/wx/dialog.tex
docs/latex/wx/htcell.tex
docs/latex/wx/htmlcell.tex
docs/latex/wx/htmlhand.tex
docs/latex/wx/scrolwin.tex
docs/latex/wx/socket.tex
docs/latex/wx/stream.tex
docs/latex/wx/tipprov.tex
docs/latex/wx/txtstrm.tex
docs/latex/wx/wx.hpj

index fb5aa86cb07e9d52d0928fce19cc7b2228cc75b2..dc4edd4941a558dc87700e50e9b5a936454eacc0 100644 (file)
@@ -1,3 +1,21 @@
+*.spec
+BuildCVS.txt
+acconfig.h
+*.m4
+autogen.sh
+config.guess
+config.sub
+configure.in
+install-sh
+ltconfig
+ltmain.sh
+missing
+mkinstalldirs
+modules
+template.mak
+wx-config.in
+makefile.unx.in
+
 distrib/msw/*.rsp
 distrib/msw/*.bat
 distrib/msw/tardist
index 1186662289903e4ab6fa1c069a734860a14b297e..2d434b3bdfdf56e400fe987a70378792b6470d6e 100644 (file)
@@ -1,20 +1,10 @@
-install-sh
-Makefile
-template.mak
-configure
-configure.in
-config.guess
-config.sub
-wx-config.in
-mkinstalldirs
-wxGTK.spec
-
 distrib/gtk/copy_src
 distrib/gtk/README.txt
 distrib/gtk/Setup
 
 docs/gtk/*.html
 docs/gtk/*.txt
+docs/gtk/COPYING.LIB
 docs/gtk/makewxgtk
 
 include/wx/gtk/*.h
index a428eb0e79fb7110d840440b63050223b705a2cd..209f5d456658a061f36870022eedce4088f047e9 100644 (file)
@@ -48,6 +48,8 @@ include/wx/install-sh
 
 docs/motif/*.txt
 docs/motif/makewxmotif
+docs/motif2/*.txt
+docs/motif2/COPYING.LIB
 
 lib/dummy
 
index d2525cb30c1c73aa50d2383a9b2692ebbaf45662..5e870cdc92250756ccf0713a55db378c9b8013f4 100644 (file)
@@ -1,5 +1,7 @@
-docs/msw/*.txt
 docs/licence.txt
+docs/msw/*.txt
+docs/wine/*.txt
+docs/wine/COPYING.LIB
 
 distrib/msw/*.rsp
 distrib/msw/*.bat
index b3ebbcecaa8320d5982378ca002644214731906c..212c30da160360585a6996ffa9ffe1964973ee0f 100644 (file)
@@ -278,7 +278,7 @@ based on DDE.
 \twocolitem{\helpref{wxTCPConnection}{wxtcpconnection}}{Represents the connection between a client and a server}
 \twocolitem{\helpref{wxTCPServer}{wxtcpserver}}{Represents a server}
 \twocolitem{\helpref{wxSocketClient}{wxsocketclient}}{Represents a socket client}
-\twocolitem{\helpref{wxSocketHandler}{wxsockethandler}}{Represents a socket handler}
+%\twocolitem{\helpref{wxSocketHandler}{wxsockethandler}}{Represents a socket handler}
 \twocolitem{\helpref{wxSocketServer}{wxsocketserver}}{Represents a socket server}
 \end{twocollist}
 
index 5e9619b60c06115b1e18985c3617c6107ca00fae..70ecc4b8a15fb2338fbdb7e43c1b00fbea1112ed 100644 (file)
 \input thread.tex
 \input time.tex
 \input timer.tex
+\input tipprov.tex
 \input toolbar.tex
 \input treectrl.tex
 \input treeevt.tex
index 69fc9ef75e9b25322d61e1efc16a52842d98b668..679e858d4f1da5bdf3586a1f7419d1af0922632e 100644 (file)
@@ -54,9 +54,9 @@ be available.
 
 Destroys the wxDataInputStream object.
 
-\membersection{wxDataInputStream::BidEndianOrdered}
+\membersection{wxDataInputStream::BigEndianOrdered}
 
-\func{void}{BidEndianOrdered}{\param{bool}{ be_order}}
+\func{void}{BigEndianOrdered}{\param{bool}{ be_order}}
 
 If {\it be_order} is TRUE, all data will be read in big-endian
 order, such as written by programs on a big endian architecture 
@@ -118,7 +118,7 @@ See also \helpref{wxDataInputStream}{wxdatainputstream}.
 
 \membersection{wxDataOutputStream::wxDataOutputStream}\label{wxdataoutputstreamconstr}
 
-\func{}{wxDataInputStream}{\param{wxOutputStream\&}{ stream}}
+\func{}{wxDataOutputStream}{\param{wxOutputStream\&}{ stream}}
 
 Constructs a datastream object from an output stream. Only write methods will
 be available.
@@ -133,9 +133,9 @@ be available.
 
 Destroys the wxDataOutputStream object.
 
-\membersection{wxDataOutputStream::BidEndianOrdered}
+\membersection{wxDataOutputStream::BigEndianOrdered}
 
-\func{void}{BidEndianOrdered}{\param{bool}{ be_order}}
+\func{void}{BigEndianOrdered}{\param{bool}{ be_order}}
 
 If {\it be_order} is TRUE, all data will be written in big-endian
 order, e.g. for reading on a Sparc or from Java-Streams (which
index 244e4a9959dc786a1011c035427e4428467514ee..67c3c68ad489c64d4f29c408ba9467bf4866a865 100644 (file)
@@ -303,7 +303,7 @@ a code to the application. The function \helpref{wxDialog::EndModal}{wxdialogend
 
 \wxheading{See also}
 
-\helpref{wxWindow::GetReturnCode}{wxwindowgetreturncode}, \helpref{wxDialog::ShowModal}{wxdialogshowmodal},\rtfsp
+\helpref{wxDialog::GetReturnCode}{wxdialoggetreturncode}, \helpref{wxDialog::ShowModal}{wxdialogshowmodal},\rtfsp
 \helpref{wxDialog::EndModal}{wxdialogendmodal}
 
 \membersection{wxDialog::SetTitle}\label{wxdialogsettitle}
@@ -341,12 +341,12 @@ Shows a modal dialog. Program flow does not return until the dialog has been dis
 
 \wxheading{Return value}
 
-The return value is the value set with \helpref{wxWindow::SetReturnCode}{wxwindowsetreturncode}.
+The return value is the value set with \helpref{wxDialog::SetReturnCode}{wxdialogsetreturncode}.
 
 \wxheading{See also}
 
 \helpref{wxDialog::EndModal}{wxdialogendmodal},\rtfsp
-\helpref{wxWindow::GetReturnCode}{wxwindowgetreturncode},\rtfsp
-\helpref{wxWindow::SetReturnCode}{wxwindowsetreturncode}
+\helpref{wxDialog:GetReturnCode}{wxdialoggetreturncode},\rtfsp
+\helpref{wxDialog::SetReturnCode}{wxdialogsetreturncode}
 
 
index 5d58c1283a7249f8e703861f669b48da5da4fdd2..bd2a01b52472626f0147602a87ca9299a4e88a07 100644 (file)
@@ -222,11 +222,11 @@ that it calls \helpref{wxHtmlWindow::LoadPage}{wxhtmlwindowloadpage}.
 \wxheading{Note}
 
 If you need more "advanced" behaviour (for example you'd like to catch mouse movement events or
-key events or whatsooever) you should use \helpref{wxHtmlBinderCell}{wxhtmlbindercell} instead.
+key events or whatsoever) you should use wxHtmlBinderCell instead.
 
 \wxheading{Parameters}
 
-\docparam{parent}{parent window (always wxHtmlWindow!!)}
+\docparam{parent}{parent window (always wxHtmlWindow!)}
 
 \docparam{x, y}{coordinates of mouse click (this is relative to cell's origin}
 
index 76423eb7ad9b5b999916d1fba8c80731dd28727d..7e2411340e78972df2fa58662099bc42f3839ebf 100644 (file)
@@ -22,10 +22,12 @@ on number and sizes of its sub-cells (and also depends on width of window).
 See \helpref{wxHtmlContainerCell}{wxhtmlcontainercell}, 
 \helpref{wxHtmlCell::Layout}{wxhtmlcelllayout}.
 
+\begin{comment}
+% Bitmap is corrupt!
 This image shows you cells\ &\ containers:
 
 \image{}{contbox.bmp}
-
+\end{comment}
 \wxheading{Using Containers in Tag Handler}
 
 \helpref{wxHtmlWinParser}{wxhtmlwinparser} provides user-friendly way
@@ -40,10 +42,12 @@ Use \helpref{CloseContaier}{wxhtmlwinparserclosecontainer} to close the
 container. This doesn't create new container with same depth level but
 it returns "control" to the parent container.
 
+\begin{comment}
+% Bitmap corrupt!
 See explanation:
 
 \image{}{cont.bmp}
-
+\end{comment}
 It's clear there must be same number of calls to 
 OpenContainer as to CloseContainer...
 
@@ -63,9 +67,12 @@ m_WParser -> CloseContainer();
 m_WParser -> OpenContainer();
 \end{verbatim}
 
+\begin{comment}
+% Bitmap corrupt!
 and here is image of the situation:
 
 \image{}{hello.bmp}
+\end{comment}
 
 You can see that there was opened container before running the code. We closed
 it, created our own container, then closed our container and opened
index d926e7ef7c1e40c040138201288fac7656bf10f4..ab1503f7fe0e56820d9d558910366872a55fb0b4 100644 (file)
@@ -95,7 +95,7 @@ Never used in wxHTML :-)
 
 {\bf TAG_HANDLER_PROC}({\it varib})
 
-This is very important macro. It defines \helpref{HandleTag}{wxhtmlparserhandletag}
+This is very important macro. It defines \helpref{HandleTag}{wxhtmltaghandlerhandletag}
 method. {\it varib} is name of parameter passed to the method, usually
 {\it tag}. Body of method follows after this macro.
 Note than you must use { and } ! Example:
index f7270d32ffcc2db6634220c6e0554161d82db152..91b5fc2b862b11b475104021667711e2f7ff6744 100644 (file)
@@ -6,7 +6,7 @@ scroll positions, thumb sizes and ranges according to the area in view.
 
 As with all windows, an application can draw onto a wxScrolledWindow using a \helpref{device context}{dcoverview}.
 
-You have the option of handling the \helpref{OnPaint}{wxscrolledwindowonpaint} handler
+You have the option of handling the OnPaint handler
 or overriding the \helpref{OnDraw}{wxscrolledwindowondraw} function, which is passed
 a pre-scrolled device context (prepared by \helpref{PrepareDC}{wxscrolledwindowpreparedc}).
 
@@ -207,7 +207,7 @@ Motif only: TRUE if the window has a backing bitmap.
 Call this function to prepare the device context for drawing a scrolled image. It
 sets the device origin according to the current scroll position.
 
-PrepareDC is called automatically within the default \helpref{wxScrolledWindow::OnPaint}{wxscrolledwindowonpaint} event
+PrepareDC is called automatically within the default wxScrolledWindow::OnPaint event
 handler, so your \helpref{wxScrolledWindow::OnDraw}{wxscrolledwindowondraw} override
 will be passed a 'pre-scrolled' device context. However, if you wish to draw from
 outside of OnDraw (via OnPaint), or you wish to implement OnPaint yourself, you must
index d1e8d73e9d8675d694d04f78b619cd83038b687d..95e44e5587c6d9ef55e6adb3ab7159ba9214f561 100644 (file)
@@ -10,7 +10,7 @@
 
 \wxheading{See also}
 
-\helpref{GSocket for wxWindows}{gsocketforwx}
+GSocket for wxWindows
 
 % ---------------------------------------------------------------------------
 % Event handling
@@ -81,13 +81,12 @@ Destroys the wxSocketBase object.
 \func{void}{SetNotify}{\param{GSocketEventFlags}{ event_flags}}
 
 SetNotify setups which socket events are to be sent to the event handler.
-For more information on socket events see
-\helpref{GSocket events}{gsocketforwxevents}.
+For more information on socket events see GSocket events.
 
 %
 % Notify
 %
-\membersection{wxSocketBase::Notify}\label{wxsocketbasesetnotify}
+\membersection{wxSocketBase::Notify}\label{wxsocketbasenotify}
 
 \func{void}{Notify}{\param{bool}{ notify}}
 
@@ -145,7 +144,7 @@ Returns the number of bytes read or written by the last IO call.
 
 \constfunc{GSocketError}{LastError}{\void}
 
-Returns an error in the GSocket format. See \helpref{GSocket errors}{gsocketforwxerrs}. 
+Returns an error in the GSocket format. See GSocket errors.
 
 % ---------------------------------------------------------------------------
 % IO calls
index ac3eff3613dec19f8363c9fb33732f05507a5082..981e244af3f7959c8c70c7506806deaaa6425a34 100644 (file)
@@ -114,7 +114,7 @@ It returns the real read size. If returned size is different of the specified
 
 \wxheading{See also}
 
-\helpref{wxStreamBuffer::WriteBack}{wxstreambufferwriteback}
+\helpref{wxStreamBuffer::Write}{wxstreambufferwrite}
 
 \func{size\_t}{Read}{\param{wxStreamBuffer *}{buffer}}
 
index dcc3336c5e815d6e61182eee707d0053784eec8e..a651e5b85358cba15fa3cd7ab9fb6a8f29d77506 100644 (file)
@@ -7,8 +7,7 @@ current tip from it (different tip each time it is called).
 You will never use this class yourself, but you need it to show startup tips
 with wxShowTip. Also, if you want to get the tips text from elsewhere than a
 simple text file, you will want to derive a new class from wxTipProvider and
-use it instead of the one returned by 
-\helpref{wxCreateFileTipProvider}{wxcreatefiletipprovider}.
+use it instead of the one returned by \helpref{wxCreateFileTipProvider}{wxcreatefiletipprovider}.
 
 \wxheading{Derived from}
 
@@ -32,14 +31,14 @@ Constructor.
 
 \docparam{currentTip}{The starting tip index.}
 
-\membersection{wxTipProvider::GetTip}{wxtipprovidergettip}
+\membersection{wxTipProvider::GetTip}\label{wxtipprovidergettip}
 
 \func{wxString}{GetTip}{\void}
 
 Return the text of the current tip and pass to the next one. This function is
 pure virtual, it should be implemented in the derived classes.
 
-\membersection{wxCurrentTipProvider::GetCurrentTip}{wxtipprovidergetcurrenttip}
+\membersection{wxCurrentTipProvider::GetCurrentTip}\label{wxtipprovidergetcurrenttip}
 
 \constfunc{size\_t}{GetCurrentTip}{\void}
 
index 23858822a167a53687ead96e0da4b3f20f8de475..fec37803871fcfde67618d79a7b7b566f9388c06 100644 (file)
@@ -106,7 +106,7 @@ and Unix in their native formats (concerning the line ending).
 
 \latexignore{\rtfignore{\wxheading{Members}}}
 
-\membersection{wxTextOutputStream::wxTextOutputStream}\label{wxdataoutputstreamconstr}
+\membersection{wxTextOutputStream::wxTextOutputStream}\label{wxtextoutputstreamconstr}
 
 \func{}{wxTextOutputStream}{\param{wxOutputStream\&}{ stream}}
 
index 43d8c3717649f8f6647d6c78559db5dcd8778168..5bf567ae88d787ec44eb4b000f61a6857265055a 100644 (file)
@@ -1,5 +1,5 @@
 [OPTIONS]
-BMROOT=d:\wx2\wxWindows\docs\latex\wx ; Assume that bitmaps are where the source is
+BMROOT=d:\wx2\wxWind~1\docs/latex/wx ; Assume that bitmaps are where the source is
 TITLE=wxWindows Manual
 CONTENTS=Contents
 COMPRESS=HIGH