]> git.saurik.com Git - wxWidgets.git/commitdiff
VC++ compilation correction; doc file corrections
authorJulian Smart <julian@anthemion.co.uk>
Sun, 17 Jan 1999 19:25:06 +0000 (19:25 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Sun, 17 Jan 1999 19:25:06 +0000 (19:25 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1418 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

15 files changed:
docs/latex/wx/app.tex
docs/latex/wx/critsect.tex
docs/latex/wx/crtslock.tex
docs/latex/wx/droptrgt.tex
docs/latex/wx/function.tex
docs/latex/wx/protocol.tex
docs/latex/wx/stream.tex
docs/latex/wx/textfile.tex
docs/latex/wx/tfile.tex
docs/latex/wx/tthreads.tex
docs/latex/wx/txtdrptg.tex
docs/latex/wx/url.tex
docs/latex/wx/window.tex
src/msw/app.cpp
src/msw/dummy.cpp

index 495ee3f4c078eb28a2d169c373c83b4185d6b601..4581eabe5ddfda7af52197ca5a34ee8f16e1bf08 100644 (file)
@@ -307,8 +307,6 @@ Under Windows, OnQueryEndSession is called in response to the WM\_QUERYENDSESSIO
 \helpref{wxCloseEvent}{wxcloseevent},\rtfsp
 \helpref{wxApp::OnEndSession}{wxapponendsession}
 
-\membersection{wxWindow::OnScroll}\label{wxwindowonscroll}
-
 \membersection{wxApp::ProcessMessage}\label{wxappprocessmessage}
 
 \func{bool}{ProcessMessage}{\param{MSG *}{msg}}
index 884c3ed19cfc81f40cd4004f2fc6c235da48e0b1..2bc984a0779ab92c896b9c459d10193b399327da 100644 (file)
@@ -20,22 +20,25 @@ None.
 
 \wxheading{See also}
 
-\helpref{wxThread}{wxthread}, \helpref{wxCondition}{wxcondition},
+\helpref{wxThread}{wxthread}, \helpref{wxCondition}{wxcondition}, 
 \helpref{wxMutexLocker}{wxmutexlocker}, \helpref{wxCriticalSection}{wxcriticalsection}
 
 \latexignore{\rtfignore{\wxheading{Members}}}
 
 \membersection{wxCriticalSection::wxCriticalSection}\label{wxcriticalsectionctor}
+
 \func{}{wxCriticalSection}{\void}
 
 Default constructor initializes critical section object.
 
 \membersection{wxCriticalSection::\destruct{wxCriticalSection}}\label{wxcriticalsectiondtor}
+
 \func{}{\destruct{wxCriticalSection}}{\void}
 
 Destructor frees the ressources.
 
 \membersection{wxCriticalSection::Enter}\label{wxcriticalsectionenter}
+
 \func{void }{Enter}{\void}
 
 Enter the critical section (same as locking a mutex). There is no error return
@@ -43,7 +46,9 @@ for this function. After entering the critical section protecting some global
 data the thread running in critical section may safely use/modify it.
 
 \membersection{wxCriticalSection::Leave}\label{wxcriticalsectionleave}
+
 \func{void }{Leave}{\void}
 
 Leave the critical section allowing other threads use the global data protected
 by it. There is no error return for this function.
+
index 6a62153d4b111c083c439fe003d6ab56480cf5e1..b4212b2577183d34c9c78fea13911c26bc247b22 100644 (file)
@@ -12,18 +12,21 @@ None.
 
 \wxheading{See also}
 
-\helpref{wxCriticalSection}{wxcriticalsection},
+\helpref{wxCriticalSection}{wxcriticalsection}, 
 \helpref{wxMutexLocker}{wxmutexlocker}
 
 \latexignore{\rtfignore{\wxheading{Members}}}
 
 \membersection{wxCriticalSectionLocker::wxCriticalSectionLocker}\label{wxcriticalsectionlockerctor}
+
 \func{}{wxCriticalSectionLocker}{\param{wxCriticalSection *}{criticalsection}}
 
 Constructs a wxCriticalSectionLocker object associated with given
 criticalsection which must be non NULL and enters it.
 
 \membersection{wxCriticalSectionLocker::\destruct{wxCriticalSectionLocker}}\label{wxcriticalsectionlockerdtor}
+
 \func{}{\destruct{wxCriticalSectionLocker}}{\void}
 
 Destuctor leaves the criticalsection.
+
index 0198dda34e57eabb50f88a40de99f24ce8da878d..3d38cc476c234305f48a4e84ea8e34493ab25322 100644 (file)
@@ -70,3 +70,4 @@ Return TRUE to accept the data, FALSE to veto the operation.
 \func{virtual void}{OnLeave}{\void}
 
 Called when the mouse leaves the drop target.
+
index 2b39374d3abcce963202b4cdd4ebf4e4e62c0218..3a161eeab5ae44e3d29723e64ae65b6f4e29a635 100644 (file)
@@ -1719,4 +1719,3 @@ This check is done even in release mode.
 Checks that the condition is true, returns with the given return value if not (FAILs in debug mode).
 This check is done even in release mode.
 
-
index c7ae36ef1672a32d7e0a277207327349039283a9..730514b43f19fdd835cb76b9e434e33774d7a83b 100644 (file)
@@ -11,7 +11,6 @@
 % ----------------------------------------------------------------------------
 % Members
 % ----------------------------------------------------------------------------
-
 \latexignore{\rtfignore{\membersection{Members}}}
 
 \membersection{wxProtocol::Reconnect}\label{wxprotoreconnect}
@@ -25,7 +24,6 @@ Tries to reestablish a previous opened connection (close and renegotiate connect
 TRUE, if the connection is established, else FALSE.
 
 % ----------------------------------------------------------------------------
-
 \membersection{wxProtocol::GetInputStream}\label{wxprotogetinput}
 
 \func{wxInputStream *}{GetInputStream}{\param{const wxString\&}{ path}}
@@ -39,7 +37,6 @@ http or ftp streams doesn't deal with it.
 Returns the initialized stream. You will have to delete it yourself.
 
 % ----------------------------------------------------------------------------
-
 \membersection{wxProtocol::Abort}\label{wxprotoabort}
 
 \func{bool}{Abort}{\void}
@@ -53,7 +50,6 @@ Abort the current stream.
 Returns TRUE, if successful, else FALSE.
 
 % ----------------------------------------------------------------------------
-
 \membersection{wxProtocol::GetError}
 
 \func{wxProtocolError}{GetError}{\void}
@@ -72,10 +68,9 @@ Returns the last occured error.
 \twocolitem{{\bf wxPROTO\_ABRT}}{Last action aborted.}
 \twocolitem{{\bf wxPROTO\_RCNCT}}{An error occured during reconnection.}
 \twocolitem{{\bf wxPROTO\_STREAM}}{Someone tried to send a command during a transfer.}
-\end{twocollist}%
+\end{twocollist}
 
 % ----------------------------------------------------------------------------
-
 \membersection{wxProtocol::GetContentType}
 
 \func{wxString}{GetContentType}{\void}
@@ -83,7 +78,6 @@ Returns the last occured error.
 Returns the type of the content of the last opened stream. It is a mime-type.
 
 % ----------------------------------------------------------------------------
-
 \membersection{wxProtocol::SetUser}
 
 \func{void }{SetUser}{\param{const wxString\&}{ user}}
index e4648756401eafd953036088c0227732525ac68b..cd2abb12bf731fe8d48995a97d2c7ab1ca5421bc 100644 (file)
@@ -1,37 +1,44 @@
 \section{\class{wxStreamBuffer}}\label{wxstreambuf}
 
+\wxheading{Derived from}
+
+None
+
 \wxheading{See also}
+
 \helpref{wxStreamBase}{wxstreambase}
 
 % ---------------------------------------------------------------------------
 % Members
 % ---------------------------------------------------------------------------
-
 \latexignore{\rtfignore{\wxheading{Members}}}
 
 % -----------
 % ctor & dtor
 % -----------
-
 \membersection{wxStreamBuffer::wxStreamBuffer}
-\func{}{wxStreamBuffer}{\param{wxStreamBase&}{ stream}, \param{BufMode}{ mode}}
+
+\func{}{wxStreamBuffer}{\param{wxStreamBase\&}{ stream}, \param{BufMode}{ mode}}
 
 Constructor, creates a new stream buffer using \it{stream} as a parent stream
 and \it{mode} as the IO mode. \it{mode} can be: wxStreamBuffer::read,
-wxStreamBuffer::write, wxStreamBuffer::read_write.
+wxStreamBuffer::write, wxStreamBuffer::read\_write.
 
 \membersection{wxStreamBuffer::wxStreamBuffer}
+
 \func{}{wxStreamBuffer}{\param{BufMode}{ mode}}
 
 Constructor, creates a new empty stream buffer which won't flush any datas
-to a stream. \it{mode} specifies the type of the buffer (read,write,read_write).
+to a stream. \it{mode} specifies the type of the buffer (read, write, read\_write).
 
 \membersection{wxStreamBuffer::wxStreamBuffer}
-\func{}{wxStreamBuffer}{\param{const wxStreamBase&}{ buffer}}
+
+\func{}{wxStreamBuffer}{\param{const wxStreamBase\&}{ buffer}}
 
 Constructor, creates a new stream buffer from the specified stream \it{buffer}.
 
-\membersection{wxStreamBuffer::~wxStreamBuffer} 
+\membersection{wxStreamBuffer::\destruct{wxStreamBuffer}}
+
 \func{}{\destruct{wxStreamBuffer}}
 
 Destructor, destroys the stream buffer.
@@ -39,150 +46,173 @@ Destructor, destroys the stream buffer.
 % -----------
 % Filtered IO
 % -----------
-
 \membersection{wxStreamBuffer::Read}\label{wxstreambufread}
-\func{size_t}{Read}{\param{void *}{buffer}, \param{size_t }{size}}
+
+\func{size\_t}{Read}{\param{void *}{buffer}, \param{size\_t }{size}}
 
 Reads a block of the specified \it{size} and stores datas in \it{buffer}.
 
 \wxheading{Return value}
 
-It returns the real read size. If returned size is different of the specified
-\it{size}, an error occured and should be tested using
+It returns the real read size. If returned size is different of the specified 
+\it{size}, an error occured and should be tested using 
 \helpref{GetError}{wxstreambasegeterror}.
 
 \membersection{wxStreamBuffer::Read}\label{wxstreambufreadbuf}
-\func{size_t}{Read}{\param{wxStreamBuffer *}{buffer}}
+
+\func{size\_t}{Read}{\param{wxStreamBuffer *}{buffer}}
 
 Reads a \it{buffer}. The function returns when \it{buffer} is full or
 when there aren't datas anymore in the current buffer.
 
 \membersection{wxStreamBuffer::Write}
-\func{size_t}{Write}{\param{const void *}{buffer}, \param{size_t }{size}}
+
+\func{size\_t}{Write}{\param{const void *}{buffer}, \param{size\_t }{size}}
 
 Writes a block of the specified \it{size} using datas of \it{buffer}.
 
 \membersection{wxStreamBuffer::Write}
-\func{size_t}{Write}{\param{wxStreamBuffer *}{buffer}}
+
+\func{size\_t}{Write}{\param{wxStreamBuffer *}{buffer}}
 
 See \helpref{Read}{wxstreambufreadbuf}
 
 \membersection{wxStreamBuffer::WriteBack}
-\func{size_t}{WriteBack}{\param{const char *}{buffer}, \param{size_t}{ size}}
+
+\func{size\_t}{WriteBack}{\param{const char *}{buffer}, \param{size\_t}{ size}}
 
 This function is only useful in ``read'' mode. It puts the specified \it{buffer}
 in the input queue of the stream buf. By this way, the next
 \helpref{Read}{wxstreambufread} call will first use these datas.
 
 \membersection{wxStreamBuffer::WriteBack}
-\func{size_t}{WriteBack}{\param{char }{c}}
+
+\func{size\_t}{WriteBack}{\param{char }{c}}
 
 As for the previous function, it puts the specified byte in the input queue of the
 stream buffer.
 
 \membersection{wxStreamBuffer::GetChar}
+
 \func{char}{GetChar}{\void}
 
 Gets a single char from the stream buffer.
 
 \membersection{wxStreamBuffer::PutChar}
+
 \func{void}{PutChar}{\param{char }{c}}
 
 Puts a single char to the stream buffer.
 
 \membersection{wxStreamBuffer::Tell}
-\constfunc{off_t}{Tell}{\void}
+
+\constfunc{off\_t}{Tell}{\void}
 
 Gets the current position in the \it{stream}.
 
 \membersection{wxStreamBuffer::Seek}
-\func{off_t}{Seek}{\param{off_t }{pos}, \param{wxSeekMode }{mode}}
+
+\func{off\_t}{Seek}{\param{off\_t }{pos}, \param{wxSeekMode }{mode}}
 
 Changes the current position. (TODO)
 
 % --------------
 % Buffer control
 % --------------
 \membersection{wxStreamBuffer::ResetBuffer}
+
 \func{void}{ResetBuffer}{\void}
 
 Frees all internal buffers and resets to initial state all variables.
 
 \membersection{wxStreamBuffer::SetBufferIO}
- \func{void}{SetBufferIO}{\param{char *}{ buffer_start}, \param{char *}{ buffer_end}}
+
+\func{void}{SetBufferIO}{\param{char *}{ buffer\_start}, \param{char *}{ buffer\_end}}
 
 Specifies which pointers to use for stream buffering. You need to pass a pointer on the
 start of the buffer end and another on the end.
 
 \membersection{wxStreamBuffer::SetBufferIO}
-\func{void}{SetBufferIO}{\param{size_t}{ bufsize}}
+
+\func{void}{SetBufferIO}{\param{size\_t}{ bufsize}}
 
 Changes the size of the current IO buffer.
 
 \membersection{wxStreamBuffer::GetBufferStart}
+
 \constfunc{char *}{GetBufferStart}{\void}
 
 Returns a pointer on the start of the stream buffer.
 
 \membersection{wxStreamBuffer::GetBufferEnd}
+
 \constfunc{char *}{GetBufferEnd}{\void}
 
 Returns a pointer on the end of the stream buffer.
 
 \membersection{wxStreamBuffer::GetBufferPos}
+
 \constfunc{char *}{GetBufferPos}{\void}
 
 Returns a pointer on the current position of the stream buffer.
 
 \membersection{wxStreamBuffer::GetIntPosition}
-\constfunc{off_t}{GetIntPosition}{\void}
+
+\constfunc{off\_t}{GetIntPosition}{\void}
 
 Returns the current position in the stream buffer.
 
 \membersection{wxStreamBuffer::SetIntPosition}
+
 \func{void}{SetIntPosition}{\void}
 
 Sets the current position in the stream buffer.
 
 \membersection{wxStreamBuffer::GetLastAccess}
-\constfunc{size_t}{GetLastAccess}{\void}
+
+\constfunc{size\_t}{GetLastAccess}{\void}
 
 Returns the amount of bytes read during the last IO call to the parent stream.
 
 \membersection{wxStreamBuffer::Fixed}
+
 \func{void}{Fixed}{\param{bool}{ fixed}}
 
-Toggles the fixed flag. Usually this flag is toggled at the same time that
-\it{flushable}. This flag allows (when it is false) or not (when it is true)
+Toggles the fixed flag. Usually this flag is toggled at the same time as 
+\it{flushable}. This flag allows (when it is FALSE) or forbids (when it is TRUE)
 the stream buffer to resize dynamically the IO buffer.
 
 \membersection{wxStreamBuffer::Flushable}
+
 \func{void}{Flushable}{\param{bool}{ flushable}}
 
 Toggles the flushable flag. If \it{flushable} is disabled, no datas are sent
 to the parent stream.
 
 \membersection{wxStreamBuffer::FlushBuffer}
+
 \func{bool}{FlushBuffer}{\void}
 
 Flushes the IO buffer.
 
 \membersection{wxStreamBuffer::FillBuffer}
+
 \func{bool}{FillBuffer}{\void}
 
 Fill the IO buffer.
 
 \membersection{wxStreamBuffer::GetDataLeft}
-\func{size_t}{GetDataLeft}{\void}
+
+\func{size\_t}{GetDataLeft}{\void}
 
 Returns the amount of available datas in the buffer.
 
 % --------------
 % Administration
 % --------------
-
 \membersection{wxStreamBuffer::Stream}
+
 \func{wxStreamBase *}{Stream}{\void}
 
 Returns the stream parent of the stream buffer.
+
index 713b05bab98bb9c529b3cd98caa0db1a841cb954..a6ca12687f2dd417ecf2765e1220fdaf50c94139 100644 (file)
@@ -1,4 +1,3 @@
-% automatically generated by HelpGen from textfile.tex at 10/Jan/99 18:47:37
 \section{\class{wxTextFile}}\label{wxtextfile}
 
 The wxTextFile is a simple class which allows to work with text files on line by
@@ -42,10 +41,6 @@ nothing discards them! To save the chanegs you must explicitly call
 termination type if you wish.
 \end{itemize}
 
-\wxheading{See also:}
-
-\helpref{wxFile}{wxfile}
-
 \wxheading{Derived from}
 
 No base class
@@ -60,12 +55,17 @@ enum wxTextFileType
     wxTextFileType_Unix,  // line is terminated with 'LF' = 0xA = 10 = '\n'
     wxTextFileType_Dos,   //                         'CR' 'LF'
     wxTextFileType_Mac    //                         'CR' = 0xD = 13 = '\r'
-}
+};
 \end{verbatim}
 
+\wxheading{See also}
+
+\helpref{wxFile}{wxfile}
+
 \latexignore{\rtfignore{\wxheading{Members}}}
 
 \membersection{wxTextFile::wxTextFile}\label{wxtextfilectordef}
+
 \constfunc{}{wxTextFile}{\void}
 
 Default constructor, use Open(string) to initialize the object.
index 44b5028aa753322242f184489b09dc780ffde6e5..52c7f65e36b4f229a5abd243f806499e7184d7f4 100644 (file)
@@ -1,7 +1,6 @@
 \section{File classes and functions overview}\label{wxfileoverview}
 
-Classes: \helpref{wxFile}{wxfile}\\
-\helpref{wxTempFile}{wxtempfile}\\
+Classes: \helpref{wxFile}{wxfile}, \helpref{wxTempFile}{wxtempfile}, 
 \helpref{wxTextFile}{wxtextfile}
 
 Functions: see \helpref{file functions}{filefunctions}.
@@ -25,3 +24,4 @@ by line basis. It is especially well suited for working with configuration files
 and program source files. It can be also used to work with files with "non
 native" line termination characters and write them as "native" files if needed
 (in fact, the files may be written in any format).
+
index eff2022d33a4736618ffcb6d7b89f33a8dd4e926..42234f0ad918e0f120724bdb5ceb54caae8f0929 100644 (file)
@@ -1,7 +1,8 @@
 \section{Multithreading overview}\label{wxthreadoverview}
 
-Classes: \helpref{wxThread}{wxthread}, \helpref{wxMutex}{wxmutex},
-\helpref{wxCriticalSection}{wxcriticalsection},
+Classes: \helpref{wxThread}{wxthread}, \helpref{wxMutex}{wxmutex}, 
+\helpref{wxCriticalSection}{wxcriticalsection}, 
 \helpref{wxCondition}{wxcondition}
 
 TODO
+
index 18c4f5342124dc93f5ced94b869946a8b0c95300..7fb0d640003a86ff35941499e71649c20529b39c 100644 (file)
@@ -57,3 +57,4 @@ Override this function to receive dropped text.
 \wxheading{Return value}
 
 Return TRUE to accept the data, FALSE to veto the operation.
+
index 66c49c7aad4efdea29a2fa7a90725ace6583bcbb..91e6ceff731cd830e4dbd10078f4608db78112a4 100644 (file)
@@ -86,7 +86,8 @@ Returns the initialized stream. You will have to delete it yourself.
 
 \wxheading{See also}
 
-\helpref{wxInputStream}{wxinputstream}
+%\helpref{wxInputStream}{wxinputstream}
+wxInputStream
 
 %
 % SetDefaultProxy
index 011a13f2fa08f585fcac5e0c7d7746086ff6c083..f086ccca6a1dc53a7554dc8111fdca0c0a30c0cb 100644 (file)
@@ -1292,6 +1292,8 @@ void MyWindow::OnPaint(wxPaintEvent& event)
 \helpref{wxPaintDC}{wxpaintdc},\rtfsp
 \helpref{Event handling overview}{eventhandlingoverview}
 
+\membersection{wxWindow::OnScroll}\label{wxwindowonscroll}
+
 \func{void}{OnScroll}{\param{wxScrollEvent\& }{event}}
 
 Called when a scroll event is received from one of the window's built-in scrollbars.
index 864ab459f49742f948d47dcb22a055728a2abc3f..de414f743c56e5c1b4f1e35bf0263b91144b28e3 100644 (file)
@@ -248,8 +248,7 @@ bool wxApp::Initialize()
 
     // This is to foil optimizations in Visual C++ that
     // throw out dummy.obj.
-// #if (_MSC_VER >= 800) && !defined(WXMAKINGDLL)
-#if defined(_MSC_VER) && defined(__WIN16__) && !defined(WXMAKINGDLL)
+#if defined(_MSC_VER) && !defined(WXMAKINGDLL)
     extern char wxDummyChar;
     if (wxDummyChar) wxDummyChar++;
 #endif
index e03022c6f50b2daf1c029be8023bffe3725e7cfc..83850c956c74650a0c92936f7cb49547e589d829 100644 (file)
@@ -41,7 +41,7 @@
 
 // Foils optimizations in Visual C++ (see also app.cpp). Without it,
 // dummy.obj isn't linked and we get a linker error.
-#if defined(_MSC_VER) && defined(__WIN16__)
+#if defined(_MSC_VER)
 char wxDummyChar=0;
 #endif