]> git.saurik.com Git - wxWidgets.git/commitdiff
Misc. corrections
authorJulian Smart <julian@anthemion.co.uk>
Fri, 15 Aug 2003 16:17:40 +0000 (16:17 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Fri, 15 Aug 2003 16:17:40 +0000 (16:17 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22915 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

18 files changed:
docs/latex/wx/category.tex
docs/latex/wx/db.tex
docs/latex/wx/event.tex
docs/latex/wx/frame.tex
docs/latex/wx/function.tex
docs/latex/wx/idleevt.tex
docs/latex/wx/libs.tex
docs/latex/wx/menu.tex
docs/latex/wx/menuevt.tex
docs/latex/wx/mirrordc.tex
docs/latex/wx/recguard.tex
docs/latex/wx/renderer.tex
docs/latex/wx/splitpar.tex
docs/latex/wx/threadh.tex
docs/latex/wx/threadht.tex
docs/latex/wx/vlbox.tex
docs/latex/wx/window.tex
docs/latex/wx/wx.hpj

index c156003ab26b8eb2cbb59b00cc244d76edcec930..b39d7f5741f17fdf8fe963f29bafb9a329bb6e3c 100644 (file)
@@ -196,7 +196,7 @@ These classes are related to drawing on device contexts and windows.
 \twocolitem{\helpref{wxPenList}{wxpenlist}}{The list of previously-created pens}
 \twocolitem{\helpref{wxPalette}{wxpalette}}{Represents a table of indices into RGB values}
 \twocolitem{\helpref{wxRegion}{wxregion}}{Represents a simple or complex region on a window or device context}
-\twocolitem{\helpref{wxRenderer}{wxrenderer}}{Abstracts high-level drawing primitives}
+\twocolitem{\helpref{wxRendererNative}{wxrenderernative}}{Abstracts high-level drawing primitives}
 \end{twocollist}
 
 {\large {\bf Events}}
index 5adf4694d8056ca98b84673c3e61aa2bc9014edd..c30477bb89c07536858109e36ee7c5628697a8b2 100644 (file)
@@ -3946,7 +3946,7 @@ an introduction to using the wxDbGrid classes.
 
 \latexignore{\rtfignore{\wxheading{Members}}}
 
-\membersection{wxDbGridColInfo::wxDbGridColInfo}\label{wxdbgridcolinfo}
+\membersection{wxDbGridColInfo::wxDbGridColInfo}\label{wxdbgridcolinfoctor}
 
 \func{}{wxDbGridColInfo}{\param{int }{colNo}, \param{wxString }{type},
   \param{wxString }{title}, \param{wxDbGridColInfo *}{next}}
@@ -3998,7 +3998,7 @@ info structure as this is the structure which informs the grid of how you want t
 \helpref{wxDbTable}{wxdbtable}. If no datatype conversion or the referenced column number does not exist the
 the behavior is undefined.
 
-See the example at \helpref{wxDbGridColInfo::wxDbGridColInfo}{wxdbgridcolinfo}.
+See the example at \helpref{wxDbGridColInfo::wxDbGridColInfo}{wxdbgridcolinfoctor}.
 
 \section{\class{wxDbGridTableBase}}\label{wxdbgridtablebase}
 
index c48dd65ac582cdcea4124a17af7c317be994b3a8..355c16de70127aee8549155e56331c7830604ebd 100644 (file)
@@ -185,9 +185,9 @@ Called by an event handler to tell the event system that the
 event handler should be skipped, and the next valid handler used
 instead.
 
-\membersection{wxEvent::StopPropagation}
+\membersection{wxEvent::StopPropagation}\label{wxeventstoppropagation}
 
-\func{int}{StopPropagation}{\void}\label{wxeventstoppropagation}
+\func{int}{StopPropagation}{\void}
 
 Stop the event from propagating to its parent window.
 
@@ -195,4 +195,3 @@ Returns the old propagation level value which may be later passed to
 \helpref{ResumePropagation}{wxeventresumepropagation} to allow propagating the
 event again.
 
-
index 6eeae2fb8bd7fc358b72f4045b397c5e5e2fb2a7..c42b8db335fd32ab76293c11db9acad1addd7ccf 100644 (file)
@@ -512,10 +512,10 @@ menu bar and its menus will be destroyed also, so do not delete the menu
 bar explicitly (except by resetting the frame's menu bar to another
 frame or NULL).
 
-Under Windows, a call to \helpref{wxFrame::OnSize}{wxframeonsize} is generated, so be sure to initialize
+Under Windows, a size event is generated, so be sure to initialize
 data members properly before calling {\bf SetMenuBar}.
 
-Note that it is not possible to call this function twice for the same frame object.
+Note that on some platforms, it is not possible to call this function twice for the same frame object.
 
 \wxheading{See also}
 
index ffd7eb45dff72b0a854b7b2140a173edb7c27299..f38ae6abf5f923f99e5ac01d4b67e2ca745d173e 100644 (file)
@@ -1512,8 +1512,6 @@ same macro which is {\tt \_TEXT()}).
 
 Don't confuse this macro with \helpref{\_()}{underscore}!
 
-\membersection{\_}\label{underscore}
-
 \section{Dialog functions}\label{dialogfunctions}
 
 Below are a number of convenience functions for getting input from the
index 329c0b8ef8b35886b4f873a30a47ddfd394e6db2..db3a82a754dd672da1bd8e58f3ca5a0e598fa072 100644 (file)
@@ -62,7 +62,7 @@ to only send idle events to windows with the wxWS\_EX\_PROCESS\_IDLE extra windo
 
 \wxheading{See also}
 
-\helpref{wxIdleEvent::SetMode}{wxidlesetmode}
+\helpref{wxIdleEvent::SetMode}{wxidleeventsetmode}
 
 \membersection{wxIdleEvent::GetMode}\label{wxidleeventgetmode}
 
index dc13522de5f8aca6897f1dc13a9ef671924f4c0b..44c76d0e52c5cba8b2171cb7874b11648fb426ae 100644 (file)
@@ -59,7 +59,7 @@ applications don't.
 More advanced or rarely used GUI classes:
 
 \begin{itemize}
-\item{ \helpref{wxBufferedDC}{wxbuffereddc} }
+\item{ wxBufferedDC }
 \item{ \helpref{wxCalendarCtrl}{wxcalendarctrl} }
 \item{ \helpref{wxDragImage}{wxdragimage} }
 \item{ \helpref{wxGrid classes}{gridoverview} }
@@ -67,7 +67,7 @@ More advanced or rarely used GUI classes:
 \item{ \helpref{wxLayoutAlgorithm}{wxlayoutalgorithm} }
 \item{ \helpref{wxSplashScreen}{wxsplashscreen} }
 \item{ \helpref{wxTaskBarIcon}{wxtaskbaricon} }
-\item{ \helpref{wxTipDialog}{wxtipdialog} }
+\item{ wxTipDialog }
 \item{ \helpref{wxWave}{wxwave} }
 \item{ \helpref{wxWizard}{wxwizard} }
 \item{ \helpref{wxSashLayoutWindow}{wxsashlayoutwindow} }
@@ -100,3 +100,4 @@ contained in this library, as well as
 \helpref{wxDbGridTableBase}{wxdbgridtablebase} class which combines 
 \helpref{wxGrid}{wxgrid} and \helpref{wxDbTable}{wxdbtable}. 
 Requires wxODBC and wxAdvanced.
+
index ee6f817488529b6e8394859d90187beb877d25e2..7f09955c3c5bb3b4292699e96593552ba65e83ae 100644 (file)
@@ -134,7 +134,7 @@ such as bitmaps and fonts.
 {\tt wxITEM\_CHECK} or {\tt wxITEM\_RADIO}}
 
 \docparam{helpString}{An optional help string associated with the item.
-By default, \helpref{wxFrame::OnMenuHighlight}{wxframeonmenuhighlight} displays
+By default, the handler for the wxEVT\_MENU\_HIGHLIGHT event displays
 this string in the status line.}
 
 \docparam{menuItem}{A menuitem object. It will be owned by the wxMenu object after this function
index 9f9c1473937ea81e615c8ee00ba5052ce121fbee..6b20a2e9c3ba80803e43ebb41138a8b056bb4615 100644 (file)
@@ -4,7 +4,7 @@ This class is used for a variety of menu-related events. Note that
 these do not include menu command events, which are
 handled using \helpref{wxCommandEvent}{wxcommandevent} objects.
 
-The handler \helpref{wxFrame::OnMenuHighlight}{wxframeonmenuhighlight} displays help
+The default handler for wxEVT\_MENU\_HIGHLIGHT displays help
 text in the first field of the status bar.
 
 \wxheading{Derived from}
index a3ec050edb7f00a4b7028366c6a9710e09ed7803..d818e7f1da51948e81c1d2e6807dbed67c06c2bd 100644 (file)
@@ -40,4 +40,3 @@ drawn on wxMirrorDC will appear (and maybe mirrored) on \arg{dc}.
 \arg{mirror} specifies if we do mirror (if it is \true) or not (if it is 
 \false).
 
-
index f7bdfa0cdffc5cc2f204bef465392a7881587946..a02c56b653935c4ea3302a1da62598ebe487dc40 100644 (file)
@@ -16,7 +16,7 @@ problems in a function. It is not thread-safe and so should be used only in the
 single-threaded programs or in combination with some thread synchronization
 mechanisms.
 
-wxRecursionGuard is always used together with 
+wxRecursionGuard is always used together with the 
 \helpref{wxRecursionGuardFlag}{wxrecursionguardflag} like in this example:
 \begin{verbatim}
     void Foo()
@@ -35,7 +35,7 @@ wxRecursionGuard is always used together with
 
 As you can see, wxRecursionGuard simply tests the flag value and sets it to
 true if it hadn't been already set. 
-\helpref{IsInside()}{wxrecursionguardisinside} allows to test the old flag
+\helpref{IsInside()}{wxrecursionguardisinside} allows testing the old flag
 value. The advantage of using this class compared to directly manipulating the
 flag is that the flag is always reset in the wxRecursionGuard destructor and so
 you don't risk to forget to do it even if the function returns in an unexpected
index 9c668b48486e85dd4812a8540980bcac7b836029..b17c215b32985754ab27d0a7eee1d3b89ad53b48 100644 (file)
@@ -11,7 +11,7 @@
 
 \section{\class{wxRendererNative}}\label{wxrenderernative}
 
-First, a brief introduction into what is wxRenderer and why is it needed.
+First, a brief introduction to wxRenderer and why it is needed.
 
 Usually wxWindows uses the underlying low level GUI system to draw all the
 controls -- this is what we mean when we say that it is a ``native'' framework.
@@ -19,38 +19,37 @@ However not all controls exist under all (or even any) platforms and in this
 case wxWindows provides a default, generic, implementation of them written in
 wxWindows itself.
 
-These controls however don't have the native appearance if only the standard
-line drawing and other graphics primitives are used if only because the native
+These controls don't have the native appearance if only the standard
+line drawing and other graphics primitives are used, because the native
 appearance is different under different platforms while the lines are always
 drawn in the same way.
 
 This is why we have renderers: wxRenderer is a class which virtualizes the
-drawing, i.e. it abstracts the drawing operations and allows you to draw a,
-say, button, without caring about how exactly this is done. Of course, as we
+drawing, i.e. it abstracts the drawing operations and allows you to draw say, a
+button, without caring about exactly how this is done. Of course, as we
 can draw the button differently in different renderers, this also allows us to
 emulate the native look and feel.
 
-
-So the renderers work by exposing a big set of high-level drawing functions
+So the renderers work by exposing a large set of high-level drawing functions
 which are used by the generic controls. There is always a default global
 renderer but it may be changed or extended by the user, see 
 \helpref{Render sample}{samplerender}.
 
 All drawing functions take some standard parameters:
 \begin{itemize}
-    \item \arg{win} is the window being drawn. it is normally not used and when
+    \item \arg{win} is the window being drawn. It is normally not used and when
           it is it should only be used as a generic \helpref{wxWindow}{wxwindow} 
           (in order to get its low level handle, for example), but you should
           \emph{not} assume that it is of some given type as the same renderer
           function may be reused for drawing different kinds of control.
-    \item \arg{dc} is the \helpref{wxDC}{wxdc} to draw on, only this device
+    \item \arg{dc} is the \helpref{wxDC}{wxdc} to draw on. Only this device
           context should be used for drawing. It is not necessary to restore
           pens and brushes for it on function exit but, on the other hand, you
-          shouldn't assume that it is in any specific state on function entry
-          neither: the rendering functions should always prepare it.
-    \item \arg{rect} the bounding rectangle for the element to be drawn
+          shouldn't assume that it is in any specific state on function entry:
+          the rendering functions should always prepare it.
+    \item \arg{rect} the bounding rectangle for the element to be drawn.
     \item \arg{flags} the optional flags (none by default) which can be a
-          combination of the \texttt{wxCONTROL\_XXX} constants below
+          combination of the \texttt{wxCONTROL\_XXX} constants below.
 \end{itemize}
 
 \wxheading{Constants}
index f82a9f0a27f2678528764f7feda2b34ad3cef7ae..a401e54604a6ae88bbd2da76787ad6375485991a 100644 (file)
@@ -45,4 +45,3 @@ The width of the border drawn by the splitter inside it, may be $0$.
 \true if the sash changes appearance when the mouse passes over it, \false
 otherwise.
 
-
index 729f51015cfc2cdcc9d0c1789a266bed1e08d7f0..cc34b56e60af6a380c2df29a1cb28474b220a58c 100644 (file)
@@ -63,7 +63,7 @@ The destructor frees the resources associated with the thread.
 \func{wxThreadError}{Create}{\param{unsigned int }{stackSize = 0}}
 
 Creates a new thread. The thread object is created in the suspended state, and you
-should call \helpref{GetThread()->Run()}{wxthreadhelperthreadrun} to start running
+should call \helpref{GetThread()->Run()}{wxthreadrun} to start running
 it.  You may optionally specify the stack size to be allocated to it (Ignored on
 platforms that don't support setting it explicitly, eg. Unix).
 
@@ -98,3 +98,4 @@ directly.
 
 This is a public function that returns the \helpref{wxThread}{wxthread} object
 associated with the thread.
+
index 87987662d869002d5b137642c2c5491219069a24..b3f3da655aa0b9e955af0f2311e546cc9ccee669 100644 (file)
@@ -2,8 +2,8 @@
 
 The wxThreadHelperThread class is used internally by the
 \helpref{wxThreadHelper}{wxthreadhelper} mix-in class.  This class simply
-turns around and calls \helpref{wxThreadHelper::Entry}{wxthreadhelperentry}
-in its owner class when the thread runs.
+calls \helpref{wxThreadHelper::Entry}{wxthreadhelperentry} in its owner class
+when the thread runs.
 
 \wxheading{Derived from}
 
@@ -19,7 +19,7 @@ in its owner class when the thread runs.
 
 \latexignore{\rtfignore{\wxheading{Members}}}
 
-\membersection{wxThreadHelperThread::wxThreadHelperThread}\label{wxthreadctor}
+\membersection{wxThreadHelperThread::wxThreadHelperThread}\label{wxthreadhelperthreadctor}
 
 \func{}{wxThreadHelperThread}{\void}
 
@@ -72,3 +72,4 @@ The returned value is the thread exit code which is the value returned by
 
 This function is called by wxWindows itself and should never be called
 directly.
+
index 6e3b7c8a2a612ff89a674961b9dc5d1f03e6ac13..f6a58463d149067126e37fdc3924d1e08c71a6d3 100644 (file)
@@ -317,6 +317,7 @@ This method is only valid for multi selection listboxes.
 
 \helpref{SelectAll}{wxvlistboxselectall}, \helpref{Select}{wxvlistboxselect}
 
+\membersection{wxVListBox::SetItemCount}\label{wxvlistboxsetitemcount}
 
 \func{void}{SetItemCount}{\param{size\_t }{count}}
 
index 1cb313242575b5c868105986537114638d2bd44d..39ca2729283e89c2416533dff1d18413853ee07f 100644 (file)
@@ -2112,11 +2112,11 @@ The background colour is usually painted by the default\rtfsp
 under Windows and automatically under GTK.
 
 Note that setting the background colour does not cause an immediate refresh, so you
-may wish to call \helpref{wxWindow::Clear}{wxwindowclear} or \helpref{wxWindow::Refresh}{wxwindowrefresh} after
+may wish to call \helpref{wxWindow::ClearBackground}{wxwindowclearbackground} or \helpref{wxWindow::Refresh}{wxwindowrefresh} after
 calling this function.
 
-Use this function with care under GTK as the new appearance of the window might
-not look equally well when used with "Themes", i.e GTK's ability to change its
+Use this function with care under GTK+ as the new appearance of the window might
+not look equally well when used with "Themes", i.e GTK+'s ability to change its
 look as the user wishes with run-time loadable modules.
 
 \wxheading{See also}
@@ -2124,7 +2124,7 @@ look as the user wishes with run-time loadable modules.
 \helpref{wxWindow::GetBackgroundColour}{wxwindowgetbackgroundcolour},\rtfsp
 \helpref{wxWindow::SetForegroundColour}{wxwindowsetforegroundcolour},\rtfsp
 \helpref{wxWindow::GetForegroundColour}{wxwindowgetforegroundcolour},\rtfsp
-\helpref{wxWindow::Clear}{wxwindowclear},\rtfsp
+\helpref{wxWindow::ClearBackground}{wxwindowclearbackground},\rtfsp
 \helpref{wxWindow::Refresh}{wxwindowrefresh},\rtfsp
 \helpref{wxEraseEvent}{wxeraseevent}
 
index 037b040bbae376f2b2767a04fff66527f4a22c2b..07caa08baef45d5d7ae96c44a3979ebba6f9b82c 100644 (file)
@@ -1,5 +1,5 @@
 [OPTIONS]
-BMROOT=c:\wx24\wxwind~1\docs/latex/wx ; Assume that bitmaps are where the source is
+BMROOT=c:\wx2dev\wxWind~1\docs/latex/wx ; Assume that bitmaps are where the source is
 TITLE=wxWindows Manual
 CONTENTS=Contents
 COMPRESS=HIGH