]> git.saurik.com Git - wxWidgets.git/commitdiff
Doc tweaks
authorJulian Smart <julian@anthemion.co.uk>
Sat, 18 Mar 2000 09:20:21 +0000 (09:20 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Sat, 18 Mar 2000 09:20:21 +0000 (09:20 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6818 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/app.tex
docs/latex/wx/function.tex
docs/latex/wx/splitter.bmp
docs/latex/wx/tdocview.tex
docs/latex/wx/ti18n.tex
docs/latex/wx/tnoneng.tex
docs/latex/wx/tsamples.tex

index ac6b3fb0a8b25705ce4ba42baa1e4f32ec84e3d2..55249bf1cd6bf4f4bc468ae7378286e1aca1b3e2 100644 (file)
@@ -240,7 +240,7 @@ If you use this member, you can selectively consume keypress events by calling\r
 This function may be called if something fatal happens: an unhandled
 exception under Win32 or a a fatal signal under Unix, for example. However,
 this will not happen by default: you have to explicitly call 
 This function may be called if something fatal happens: an unhandled
 exception under Win32 or a a fatal signal under Unix, for example. However,
 this will not happen by default: you have to explicitly call 
-\helpref{wxHandleFatalExcetions}{wxhandlefatalexcetions} to enable this.
+\helpref{wxHandleFatalExceptions}{wxhandlefatalexceptions} to enable this.
 
 Generally speaking, this function should only show a message to the user and
 return. You may attempt to save unsaved data but this is not guaranteed to
 
 Generally speaking, this function should only show a message to the user and
 return. You may attempt to save unsaved data but this is not guaranteed to
@@ -248,7 +248,7 @@ work and, in fact, probably won't.
 
 \wxheading{See also}
 
 
 \wxheading{See also}
 
-\helpref{wxHandleFatalExcetions}{wxhandlefatalexcetions}
+\helpref{wxHandleFatalExcetions}{wxhandlefatalexceptions}
 
 \membersection{wxApp::OnIdle}\label{wxapponidle}
 
 
 \membersection{wxApp::OnIdle}\label{wxapponidle}
 
index ddfd220486974078abca6fecb53212de4be83c42..5f3f54b8ee2b1041e75ed6d547738bbfb2f1f7b9 100644 (file)
@@ -953,7 +953,7 @@ Sets the translation (from the top left corner) for PostScript output. The defau
 \section{Clipboard functions}\label{clipsboard}
 
 These clipboard functions are implemented for Windows only. The use of these functions
 \section{Clipboard functions}\label{clipsboard}
 
 These clipboard functions are implemented for Windows only. The use of these functions
-is deprecated and the code is no longer maintained. Use the \helpref{wxClipboard}{wxclipboard}
+is deprecated and the code is no longer maintained. Use the \helpref{wxClipboard}{wxclipboard} 
 class instead.
 
 \wxheading{Include files}
 class instead.
 
 \wxheading{Include files}
@@ -1057,14 +1057,6 @@ The clipboard must have previously been opened for this call to succeed.
 
 \section{Miscellaneous functions}\label{miscellany}
 
 
 \section{Miscellaneous functions}\label{miscellany}
 
-\membersection{wxHandleFatalExcetions}\label{wxhandlefatalexcetions}
-
-\func{bool}{wxHandleFatalExcetions}{\param{bool }{doIt = TRUE}}
-
-Enables or disables handling of fatal program exceptions. If {\it doIt} is
-TRUE, \helpref{wxApp::OnFatalException}{wxapponfatalexception} will be called
-before the program crashes. Otherwise, the default behaviour will be restored.
-
 \membersection{::wxNewId}
 
 \func{long}{wxNewId}{\void}
 \membersection{::wxNewId}
 
 \func{long}{wxNewId}{\void}
@@ -1186,7 +1178,7 @@ Gets the physical size of the display in pixels.
 
 \func{void}{wxEnableTopLevelWindow}{\param{bool}{ enable = TRUE}}
 
 
 \func{void}{wxEnableTopLevelWindow}{\param{bool}{ enable = TRUE}}
 
-This function enables or disables all top level windows. It is used by
+This function enables or disables all top level windows. It is used by 
 \helpref{::wxSafeYield}{wxsafeyield}.
 
 \wxheading{Include files}
 \helpref{::wxSafeYield}{wxsafeyield}.
 
 \wxheading{Include files}
index d37562d7a2ca5925f7f31fc8e03d1daaa7bc9f2b..d5d50d0096510307296f451934df3ff7207fb4b3 100644 (file)
Binary files a/docs/latex/wx/splitter.bmp and b/docs/latex/wx/splitter.bmp differ
index 05d29bd93aa96ac392a3cdc3b00c80dc588a953d..af544620932bd4a14d252179d60c186a6fa7e3cd 100644 (file)
@@ -164,7 +164,7 @@ a single document template is constructed, and dialogs will be appropriately
 simplified.
 
 wxDocTemplate is part of the document/view framework supported by wxWindows,
 simplified.
 
 wxDocTemplate is part of the document/view framework supported by wxWindows,
-and cooperates with the \helpref{wxView}{wxview}, \helpref{wxDocument}{wxdocument}
+and cooperates with the \helpref{wxView}{wxview}, \helpref{wxDocument}{wxdocument} 
 and \helpref{wxDocManager}{wxdocmanager} classes.
 
 See the example application in {\tt samples/docview}.
 and \helpref{wxDocManager}{wxdocmanager} classes.
 
 See the example application in {\tt samples/docview}.
index 0ad497c89c73e2472a8b05193ec0d48edc020b10..77641c7457923b512aeb2ffd8a1d400e9d33bd5e 100644 (file)
@@ -49,7 +49,6 @@ given language: see \helpref{wxLocale}{wxlocale}.
 See also the GNU gettext documentation linked from {\tt docs/html/index.htm} in
 your wxWindows distribution.
 
 See also the GNU gettext documentation linked from {\tt docs/html/index.htm} in
 your wxWindows distribution.
 
-See also
-\helpref{Writing non-English applications.}{nonenglishoverview} 
+See also \helpref{Writing non-English applications}{nonenglishoverview}.
 It focuses on handling charsets related problems.
 
 It focuses on handling charsets related problems.
 
index e4b22730be0d771d246bbf4eba50df6fa97dbdb1..e937c42010e43559b2bcd838617c0c354cfccff3 100644 (file)
@@ -97,7 +97,7 @@ runtime encoding conversion!
 
 \wxheading{Font mapping}
 
 
 \wxheading{Font mapping}
 
-You can use \helpref{wxEncodingConverter}{wxencodingconverter} and
+You can use \helpref{wxEncodingConverter}{wxencodingconverter} and 
 \helpref{wxFontMapper}{wxfontmapper} to display text:
 
 \begin{verbatim}
 \helpref{wxFontMapper}{wxfontmapper} to display text:
 
 \begin{verbatim}
index 89a112ad3a8d701485f049c7b02659d64c9cbdc0..1fa01ecf417ab088c26e482f7c8cc5d9271a7ae0 100644 (file)
@@ -140,7 +140,7 @@ until the program terminates) or asynchronously (notification will come later).
 
 \subsection{Scroll subwindow sample}\label{samplescrollsub}
 
 
 \subsection{Scroll subwindow sample}\label{samplescrollsub}
 
-This sample demonstrates the use of the \helpref{wxScrolledWindow}{wxscrolledwindow}
+This sample demonstrates the use of the \helpref{wxScrolledWindow}{wxscrolledwindow} 
 class including placing subwindows into it and drawing simple graphics. It uses the
 \helpref{SetTargetWindow}{wxscrolledwindowsettargetwindow} method and thus the effect
 of scrolling does not show in the scrolled window itself, but in one of its subwindows.
 class including placing subwindows into it and drawing simple graphics. It uses the
 \helpref{SetTargetWindow}{wxscrolledwindowsettargetwindow} method and thus the effect
 of scrolling does not show in the scrolled window itself, but in one of its subwindows.
@@ -213,7 +213,7 @@ TODO.
 Eight HTML samples (you can find them in directory {\tt samples/html})
 cover all features of HTML sub-library.
 
 Eight HTML samples (you can find them in directory {\tt samples/html})
 cover all features of HTML sub-library.
 
-{\bf Test} demonstrates how to create \helpref{wxHtmlWindow}{wxhtmlwindow}
+{\bf Test} demonstrates how to create \helpref{wxHtmlWindow}{wxhtmlwindow} 
 and also shows most of supported HTML tags.
 
 {\bf Widget} shows how you can embed ordinary controls or windows within
 and also shows most of supported HTML tags.
 
 {\bf Widget} shows how you can embed ordinary controls or windows within
@@ -229,7 +229,7 @@ in compressed archive as if they were ordinary files.
 {\bf Virtual} is yet another VFS demo. This one generates pages at run-time.
 You may find it useful if you need to display some reports in your application.
 
 {\bf Virtual} is yet another VFS demo. This one generates pages at run-time.
 You may find it useful if you need to display some reports in your application.
 
-{\bf Printing} explains use of \helpref{wxHtmlEasyPrinting}{wxhtmleasyprinting}
+{\bf Printing} explains use of \helpref{wxHtmlEasyPrinting}{wxhtmleasyprinting} 
 class which serves as as-simple-as-possible interface for printing HTML 
 documents without much work. In fact, only few function calls are sufficient.
 
 class which serves as as-simple-as-possible interface for printing HTML 
 documents without much work. In fact, only few function calls are sufficient.
 
@@ -263,14 +263,14 @@ The layout sample demonstrates the two different layout systems offered
 by wxWindows. When starting the program, you will see a frame with some
 controls and some graphics. The controls will change their size whenever
 you resize the entire frame and the exact behaviour of the size changes
 by wxWindows. When starting the program, you will see a frame with some
 controls and some graphics. The controls will change their size whenever
 you resize the entire frame and the exact behaviour of the size changes
-is determined using the \helpref{wxLayoutConstraints}{wxlayoutconstraints}
-class. See also the \helpref{overview}{constraintsoverview} and the
-\helpref{wxIndividualLayoutConstraint}{wxindividuallayoutconstraint}
+is determined using the \helpref{wxLayoutConstraints}{wxlayoutconstraints} 
+class. See also the \helpref{overview}{constraintsoverview} and the 
+\helpref{wxIndividualLayoutConstraint}{wxindividuallayoutconstraint} 
 class for further information.
 
 The menu in this sample offers two more tests, one showing how to use
 a \helpref{wxBoxSizer}{wxboxsizer} in a simple dialog and the other one
 class for further information.
 
 The menu in this sample offers two more tests, one showing how to use
 a \helpref{wxBoxSizer}{wxboxsizer} in a simple dialog and the other one
-showing how to use sizers in connection with a \helpref{wxNotebook}{wxnotebook}
+showing how to use sizers in connection with a \helpref{wxNotebook}{wxnotebook} 
 class. See also \helpref{wxNotebookSizer}{wxnotebooksizer} and 
 \helpref{wxSizer}{wxsizer}.
 
 class. See also \helpref{wxNotebookSizer}{wxnotebooksizer} and 
 \helpref{wxSizer}{wxsizer}.
 
@@ -287,7 +287,7 @@ The sample also provides some timings for adding/deleting/sorting a lot of
 
 The sockets sample demonstrates how to use the communication facilities
 provided by \helpref{wxSocket}{wxsocketbase}. There are two different
 
 The sockets sample demonstrates how to use the communication facilities
 provided by \helpref{wxSocket}{wxsocketbase}. There are two different
-applications in this sample: a server, which is implemented using a
+applications in this sample: a server, which is implemented using a 
 \helpref{wxSocketServer}{wxsocketserver} object, and a client, which
 is implemented as a \helpref{wxSocketClient}{wxsocketclient}.
 
 \helpref{wxSocketServer}{wxsocketserver} object, and a client, which
 is implemented as a \helpref{wxSocketClient}{wxsocketclient}.
 
@@ -298,7 +298,7 @@ sets up an event handler to be notified of incoming connection requests
 a new \helpref{wxSocketBase}{wxsocketbase} object is created. These
 socket objects are independent from the server that created them, so
 they set up their own event handler, and then request to be notified
 a new \helpref{wxSocketBase}{wxsocketbase} object is created. These
 socket objects are independent from the server that created them, so
 they set up their own event handler, and then request to be notified
-of {\bf wxSOCKET\_INPUT} (incoming data) or {\bf wxSOCKET\_LOST}
+of {\bf wxSOCKET\_INPUT} (incoming data) or {\bf wxSOCKET\_LOST} 
 (connection closed at the remote end) events. In the sample, the event
 handler is the same for all connections; to find out which socket the
 event is addressed to, the \helpref{GetSocket}{wxsocketeventgetsocket}
 (connection closed at the remote end) events. In the sample, the event
 handler is the same for all connections; to find out which socket the
 event is addressed to, the \helpref{GetSocket}{wxsocketeventgetsocket}
@@ -315,7 +315,7 @@ to specify the address of the server you are going to connect to (the
 TCP port number is hard-coded as 3000). Once connected, a number of
 tests are possible. Currently, three tests are implemented. They show
 how to use the basic IO calls in \helpref{wxSocketBase}{wxsocketbase},
 TCP port number is hard-coded as 3000). Once connected, a number of
 tests are possible. Currently, three tests are implemented. They show
 how to use the basic IO calls in \helpref{wxSocketBase}{wxsocketbase},
-such as \helpref{Read}{wxsocketbaseread}, \helpref{Write}{wxsocketbasewrite},
+such as \helpref{Read}{wxsocketbaseread}, \helpref{Write}{wxsocketbasewrite}, 
 \helpref{ReadMsg}{wxsocketbasereadmsg} and \helpref{WriteMsg}{wxsocketbasewritemsg},
 and how to set up the correct IO flags depending on what you are going to
 do. See the comments in the code for more information. Note that because
 \helpref{ReadMsg}{wxsocketbasereadmsg} and \helpref{WriteMsg}{wxsocketbasewritemsg},
 and how to set up the correct IO flags depending on what you are going to
 do. See the comments in the code for more information. Note that because
@@ -358,7 +358,7 @@ in a log window at the bottom of the main window. By pressing some of the functi
 keys, you can test some actions in the text ctrl as well as get statitics on the
 text ctrls, which is useful for testing if these statitics actually are correct.
 
 keys, you can test some actions in the text ctrl as well as get statitics on the
 text ctrls, which is useful for testing if these statitics actually are correct.
 
-Thirdly, on platforms which support it, the sample will offer to copy text to the
+Thirdly, on platforms which support it, the sample will offer to copy text to the 
 \helpref{wxClipboard}{wxclipboard} and to paste text from it. The GTK version will
 use the so called PRIMARY SELECTION, which is the pseudo clipboard under X and
 best known from pasting text to the XTerm program. 
 \helpref{wxClipboard}{wxclipboard} and to paste text from it. The GTK version will
 use the so called PRIMARY SELECTION, which is the pseudo clipboard under X and
 best known from pasting text to the XTerm program. 
@@ -375,12 +375,12 @@ is not multi-threading safe, i.e. that it might crash if two threads try to
 access the GUI class simultaneously. One way to prevent that is have a normal
 GUI program in the main thread and some worker threads which work in the 
 background. In order to make communication between the main thread and the
 access the GUI class simultaneously. One way to prevent that is have a normal
 GUI program in the main thread and some worker threads which work in the 
 background. In order to make communication between the main thread and the
-worker threads possible, wxWindows offers the \helpref{wxPostEvent}{wxpostevent}
+worker threads possible, wxWindows offers the \helpref{wxPostEvent}{wxpostevent} 
 function and this sample makes use of this function.
 
 function and this sample makes use of this function.
 
-The other way to use a so called Mutex (such as those offered in the \helpref{wxMutex}{wxmutex}
+The other way to use a so called Mutex (such as those offered in the \helpref{wxMutex}{wxmutex} 
 class) that prevent threads from accessing the GUI classes as long as any other
 class) that prevent threads from accessing the GUI classes as long as any other
-thread accesses them. For this, wxWindows has the \helpref{wxMutexGuiEnter}{wxmutexguienter}
+thread accesses them. For this, wxWindows has the \helpref{wxMutexGuiEnter}{wxmutexguienter} 
 and \helpref{wxMutexGuiLeave}{wxmutexguileave} functions, both of which are
 used and tested in the sample as well.
 
 and \helpref{wxMutexGuiLeave}{wxmutexguileave} functions, both of which are
 used and tested in the sample as well.