From b67a86d57493137cb1f7cce8ca8daf0b7120207e Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Tue, 10 Oct 2006 17:46:49 +0000 Subject: [PATCH] Added newlines to end of files to avoid RTF-for-PDF index getting messed up git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41905 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/latex/wx/activexevt.tex | 1 + docs/latex/wx/animatctrl.tex | 4 ++-- docs/latex/wx/apptraits.tex | 1 + docs/latex/wx/array.tex | 1 + docs/latex/wx/bitmapcombobox.tex | 1 + docs/latex/wx/chfocevt.tex | 3 ++- docs/latex/wx/choice.tex | 1 + docs/latex/wx/colour.tex | 1 + docs/latex/wx/comboctrl.tex | 1 + docs/latex/wx/combopopup.tex | 1 + docs/latex/wx/ctrlsub.tex | 1 + docs/latex/wx/dataviewlistmodelnotifier.tex | 1 + docs/latex/wx/dc.tex | 1 + docs/latex/wx/dgramsocket.tex | 1 + docs/latex/wx/dialog.tex | 1 + docs/latex/wx/filepicker.tex | 1 + docs/latex/wx/flexsizr.tex | 1 + docs/latex/wx/fontpicker.tex | 1 + docs/latex/wx/gauge.tex | 1 + docs/latex/wx/glcanvas.tex | 1 + docs/latex/wx/glcontext.tex | 3 ++- docs/latex/wx/htmllbox.tex | 1 + docs/latex/wx/hyperlink.tex | 1 + docs/latex/wx/mcaptevt.tex | 1 + docs/latex/wx/mediactrl.tex | 1 + docs/latex/wx/mediaevt.tex | 1 + docs/latex/wx/module.tex | 1 + docs/latex/wx/odcbox.tex | 1 + docs/latex/wx/palette.tex | 1 + docs/latex/wx/pathlist.tex | 1 + docs/latex/wx/point.tex | 1 + docs/latex/wx/progdlg.tex | 20 ++++++++------------ docs/latex/wx/renderer.tex | 1 + docs/latex/wx/size.tex | 1 + docs/latex/wx/stackwalker.tex | 1 + docs/latex/wx/tdocview.tex | 1 + docs/latex/wx/textattr.tex | 1 + docs/latex/wx/thread.tex | 1 + docs/latex/wx/tlw.tex | 1 + docs/latex/wx/treebook.tex | 1 + docs/latex/wx/tstyles.tex | 1 + docs/latex/wx/url.tex | 1 + docs/latex/wx/variant.tex | 1 + docs/latex/wx/view.tex | 1 + docs/latex/wx/vlbox.tex | 1 + docs/latex/wx/vscroll.tex | 1 + docs/latex/wx/wxmsw.tex | 1 + docs/latex/wx/xmlres.tex | 1 + 48 files changed, 58 insertions(+), 16 deletions(-) diff --git a/docs/latex/wx/activexevt.tex b/docs/latex/wx/activexevt.tex index c1df2550ce..4f81ff4c4b 100644 --- a/docs/latex/wx/activexevt.tex +++ b/docs/latex/wx/activexevt.tex @@ -72,3 +72,4 @@ Obtains the actual parameter value specified by idx. Returns the dispatch id of this activex event. This is the numeric value from the .idl file specified by the id(). + diff --git a/docs/latex/wx/animatctrl.tex b/docs/latex/wx/animatctrl.tex index 021dbfc37a..37036af48d 100644 --- a/docs/latex/wx/animatctrl.tex +++ b/docs/latex/wx/animatctrl.tex @@ -155,5 +155,5 @@ the background colour (see \helpref{wxWindow::GetBackgroundColour}{wxwindowgetba \func{void}{Stop}{\void} Stops playing the animation. -The control will show the last frame rendered of the current animation until -\helpref{Play}{wxanimationctrlplay} is called. +The control will show the last frame rendered of the current animation until \helpref{Play}{wxanimationctrlplay} is called. + diff --git a/docs/latex/wx/apptraits.tex b/docs/latex/wx/apptraits.tex index 39e0ff6a84..31d0773ab2 100644 --- a/docs/latex/wx/apptraits.tex +++ b/docs/latex/wx/apptraits.tex @@ -115,3 +115,4 @@ Shows the assert dialog with the specified message in GUI mode or just prints the string to stderr in console mode. Returns \true to suppress subsequent asserts, \false to continue as before. + diff --git a/docs/latex/wx/array.tex b/docs/latex/wx/array.tex index abbe0ff817..c6c89a519a 100644 --- a/docs/latex/wx/array.tex +++ b/docs/latex/wx/array.tex @@ -679,3 +679,4 @@ return a negative, zero or positive value according to whether the first element passed to it is less than, equal to or greater than the second one. wxSortedArray doesn't have this function because it is always sorted. + diff --git a/docs/latex/wx/bitmapcombobox.tex b/docs/latex/wx/bitmapcombobox.tex index d0b3579aca..8625385ef4 100644 --- a/docs/latex/wx/bitmapcombobox.tex +++ b/docs/latex/wx/bitmapcombobox.tex @@ -180,3 +180,4 @@ Not valid for {\tt wxCB\_SORT} style, use Append instead. \func{void}{SetItemBitmap}{\param{unsigned int }{n}, \param{const wxBitmap\& }{bitmap}} Sets the bitmap for the given item. + diff --git a/docs/latex/wx/chfocevt.tex b/docs/latex/wx/chfocevt.tex index 6493ebef7c..de75dd6ca7 100644 --- a/docs/latex/wx/chfocevt.tex +++ b/docs/latex/wx/chfocevt.tex @@ -49,4 +49,5 @@ Constructor. Returns the direct child which receives the focus, or a (grand-)parent of the control receiving the focus. -To get the actually focused control use \helpref{wxWindow::FindFocus}{wxwindowfindfocus} +To get the actually focused control use \helpref{wxWindow::FindFocus}{wxwindowfindfocus}. + diff --git a/docs/latex/wx/choice.tex b/docs/latex/wx/choice.tex index 43ec4d0ae6..b4a3c2337c 100644 --- a/docs/latex/wx/choice.tex +++ b/docs/latex/wx/choice.tex @@ -166,3 +166,4 @@ Sets the number of columns in this choice item. This is implemented for Motif only and doesn't do anything under other platforms. + diff --git a/docs/latex/wx/colour.tex b/docs/latex/wx/colour.tex index 341d51e153..16d19ef3a6 100644 --- a/docs/latex/wx/colour.tex +++ b/docs/latex/wx/colour.tex @@ -388,3 +388,4 @@ found in the database. Finds a colour name given the colour. Returns an empty string if the colour is not found in the database. + diff --git a/docs/latex/wx/comboctrl.tex b/docs/latex/wx/comboctrl.tex index f25de03a17..1dc9e049ce 100644 --- a/docs/latex/wx/comboctrl.tex +++ b/docs/latex/wx/comboctrl.tex @@ -663,3 +663,4 @@ Show the popup. \func{void}{Undo}{\void} Undoes the last edit in the text field. Windows only. + diff --git a/docs/latex/wx/combopopup.tex b/docs/latex/wx/combopopup.tex index 58af6a80fd..94dd1702f6 100644 --- a/docs/latex/wx/combopopup.tex +++ b/docs/latex/wx/combopopup.tex @@ -181,3 +181,4 @@ Default implementation draws value as string. The derived class must implement this to receive string value changes from \helpref{wxComboCtrl}{wxcomboctrl}. + diff --git a/docs/latex/wx/ctrlsub.tex b/docs/latex/wx/ctrlsub.tex index 93b1b101f0..a494823a1e 100644 --- a/docs/latex/wx/ctrlsub.tex +++ b/docs/latex/wx/ctrlsub.tex @@ -373,3 +373,4 @@ the control. \wxheading{See also} \helpref{SetSelection}{wxcontrolwithitemssetselection} + diff --git a/docs/latex/wx/dataviewlistmodelnotifier.tex b/docs/latex/wx/dataviewlistmodelnotifier.tex index 21fda2f8a5..a940b1f9a0 100644 --- a/docs/latex/wx/dataviewlistmodelnotifier.tex +++ b/docs/latex/wx/dataviewlistmodelnotifier.tex @@ -87,3 +87,4 @@ method is called by the \helpref{wxDataViewListModel::AddNotifier}{wxdataviewlis \func{bool}{ValueChanged}{\param{unsigned int }{col}, \param{unsigned int }{row}} Called by owning list model. + diff --git a/docs/latex/wx/dc.tex b/docs/latex/wx/dc.tex index 8d023ec90c..c7242bf74f 100644 --- a/docs/latex/wx/dc.tex +++ b/docs/latex/wx/dc.tex @@ -1153,3 +1153,4 @@ Message is a message to show while printing. \func{bool}{StartPage}{\void} Starts a document page (only relevant when outputting to a printer). + diff --git a/docs/latex/wx/dgramsocket.tex b/docs/latex/wx/dgramsocket.tex index 0f66ac8e37..b566c99f8d 100644 --- a/docs/latex/wx/dgramsocket.tex +++ b/docs/latex/wx/dgramsocket.tex @@ -113,3 +113,4 @@ Returns a reference to the current object. \helpref{wxSocketBase::LastError}{wxsocketbaselasterror}, \helpref{wxSocketBase::LastCount}{wxsocketbaselastcount}, \helpref{wxSocketBase::SetFlags}{wxsocketbasesetflags} + diff --git a/docs/latex/wx/dialog.tex b/docs/latex/wx/dialog.tex index 6e9e17d8b4..3d68524a74 100644 --- a/docs/latex/wx/dialog.tex +++ b/docs/latex/wx/dialog.tex @@ -541,3 +541,4 @@ The return value is the value set with \helpref{wxDialog::SetReturnCode}{wxdialo \helpref{wxDialog::EndModal}{wxdialogendmodal},\rtfsp \helpref{wxDialog:GetReturnCode}{wxdialoggetreturncode},\rtfsp \helpref{wxDialog::SetReturnCode}{wxdialogsetreturncode} + diff --git a/docs/latex/wx/filepicker.tex b/docs/latex/wx/filepicker.tex index ffa3e99652..e7831f37ff 100644 --- a/docs/latex/wx/filepicker.tex +++ b/docs/latex/wx/filepicker.tex @@ -195,3 +195,4 @@ Retrieve the absolute path of the file/directory the user has just selected. \func{void}{SetPath}{\param{const wxString \&}{path}} Set the absolute path of the file/directory associated with the event. + diff --git a/docs/latex/wx/flexsizr.tex b/docs/latex/wx/flexsizr.tex index bae914ad4d..138a85290b 100644 --- a/docs/latex/wx/flexsizr.tex +++ b/docs/latex/wx/flexsizr.tex @@ -166,3 +166,4 @@ been called previously). Argument {\it mode} can be one of those documented in see there for their explanation. Note that this method does not trigger relayout. + diff --git a/docs/latex/wx/fontpicker.tex b/docs/latex/wx/fontpicker.tex index 5d446d9cf8..099f028721 100644 --- a/docs/latex/wx/fontpicker.tex +++ b/docs/latex/wx/fontpicker.tex @@ -199,3 +199,4 @@ Retrieve the font the user has just selected. \func{void}{SetFont}{\param{const wxFont \&}{ f}} Set the font associated with the event. + diff --git a/docs/latex/wx/gauge.tex b/docs/latex/wx/gauge.tex index 49bf0d7346..04126ed292 100644 --- a/docs/latex/wx/gauge.tex +++ b/docs/latex/wx/gauge.tex @@ -224,3 +224,4 @@ a bit to indicate the user that some progress has been made. Note that after calling this function the value returned by \helpref{GetValue}{wxgaugegetvalue} is undefined and thus you need to explicitely call \helpref{SetValue}{wxgaugesetvalue} if you want to restore the determinate mode. + diff --git a/docs/latex/wx/glcanvas.tex b/docs/latex/wx/glcanvas.tex index 13840d5cf4..3da049d0e6 100644 --- a/docs/latex/wx/glcanvas.tex +++ b/docs/latex/wx/glcanvas.tex @@ -194,3 +194,4 @@ Sets the current colour for this window, using the wxWidgets colour database to Swaps the double-buffer of this window, making the back-buffer the front-buffer and vice versa, so that the output of the previous OpenGL commands is displayed on the window. + diff --git a/docs/latex/wx/glcontext.tex b/docs/latex/wx/glcontext.tex index cf6f8e5b28..c746f58127 100644 --- a/docs/latex/wx/glcontext.tex +++ b/docs/latex/wx/glcontext.tex @@ -51,5 +51,6 @@ with equivalent attributes as {\it win}.} Makes the OpenGL state that is represented by this rendering context current with the wxGLCanvas {\it win}. Note that {\it win} can be a different wxGLCanvas window than the one that was passed to the constructor of this rendering context. -If { \it RC } is an object of type wxGLContext, the statements { \it RC.SetCurrent(win); } and { \it win.SetCurrent(RC); } are equivalent, +If { \it RC } is an object of type wxGLContext, the statements {\it RC.SetCurrent(win);} and {\it win.SetCurrent(RC);} are equivalent, see \helpref{wxGLCanvas::SetCurrent}{wxglcanvassetcurrentrc}. + diff --git a/docs/latex/wx/htmllbox.tex b/docs/latex/wx/htmllbox.tex index 08500a998b..2cdd92b8c0 100644 --- a/docs/latex/wx/htmllbox.tex +++ b/docs/latex/wx/htmllbox.tex @@ -147,3 +147,4 @@ Called when the user clicks on hypertext link. Does nothing by default. \wxheading{See also} See also \helpref{wxHtmlLinkInfo}{wxhtmllinkinfo}. + diff --git a/docs/latex/wx/hyperlink.tex b/docs/latex/wx/hyperlink.tex index 0b252abfa0..40a47aaf51 100644 --- a/docs/latex/wx/hyperlink.tex +++ b/docs/latex/wx/hyperlink.tex @@ -229,3 +229,4 @@ Returns the URL of the hyperlink where the user has just clicked. \func{void}{SetURL}{\param{const wxString \&}{ url}} Sets the URL associated with the event. + diff --git a/docs/latex/wx/mcaptevt.tex b/docs/latex/wx/mcaptevt.tex index fc6d032f9d..cd475da9cb 100644 --- a/docs/latex/wx/mcaptevt.tex +++ b/docs/latex/wx/mcaptevt.tex @@ -97,3 +97,4 @@ a member function that takes a wxMouseCaptureLostEvent argument. \func{}{wxMouseCaptureLostEvent}{\param{wxWindowID }{windowId = 0}} Constructor. + diff --git a/docs/latex/wx/mediactrl.tex b/docs/latex/wx/mediactrl.tex index ef6c49a055..aa8a62523b 100644 --- a/docs/latex/wx/mediactrl.tex +++ b/docs/latex/wx/mediactrl.tex @@ -420,3 +420,4 @@ stopping works. \func{wxFileOffset}{Tell}{\void} Obtains the current position in time within the movie in milliseconds. + diff --git a/docs/latex/wx/mediaevt.tex b/docs/latex/wx/mediaevt.tex index 2347511046..0e0712c7e4 100644 --- a/docs/latex/wx/mediaevt.tex +++ b/docs/latex/wx/mediaevt.tex @@ -48,3 +48,4 @@ Send when a media has switched to the wxMEDIASTATE\_PAUSED state. \end{twocollist} \latexignore{\rtfignore{\wxheading{Members}}} + diff --git a/docs/latex/wx/module.tex b/docs/latex/wx/module.tex index 795746352d..754a5e039e 100644 --- a/docs/latex/wx/module.tex +++ b/docs/latex/wx/module.tex @@ -101,3 +101,4 @@ Provide this function with appropriate cleanup for your module. Provide this function with appropriate initialization for your module. If the function returns false, wxWidgets will exit immediately. + diff --git a/docs/latex/wx/odcbox.tex b/docs/latex/wx/odcbox.tex index 4d9ac66730..8415a8c1b7 100644 --- a/docs/latex/wx/odcbox.tex +++ b/docs/latex/wx/odcbox.tex @@ -218,3 +218,4 @@ specified item (in pixels). If -1 is returned, then the item text width is used. The default implementation returns -1. + diff --git a/docs/latex/wx/palette.tex b/docs/latex/wx/palette.tex index 706881b88b..6e400c8f38 100644 --- a/docs/latex/wx/palette.tex +++ b/docs/latex/wx/palette.tex @@ -198,3 +198,4 @@ fail the test. Inequality operator. Two palettes are not equal if they contain pointers to different underlying palette data. It does not compare each attribute. + diff --git a/docs/latex/wx/pathlist.tex b/docs/latex/wx/pathlist.tex index 3da1bf93b8..e1e90aa3fd 100644 --- a/docs/latex/wx/pathlist.tex +++ b/docs/latex/wx/pathlist.tex @@ -93,3 +93,4 @@ The given string must be a file name, eventually with a path prefix (if the path prefix is absolute, only its name will be searched); i.e. it must not end with a directory separator (see \helpref{wxFileName::GetPathSeparator}{wxfilenamegetpathseparator}) otherwise an assertion will fail. + diff --git a/docs/latex/wx/point.tex b/docs/latex/wx/point.tex index 6ac766216e..a1393199a5 100644 --- a/docs/latex/wx/point.tex +++ b/docs/latex/wx/point.tex @@ -81,3 +81,4 @@ Operators for comparison, sum and subtraction between \helpref{wxPoint}{wxpoint} Operators for sum and subtraction between a \helpref{wxPoint}{wxpoint} object and a \helpref{wxSize}{wxsize} object. + diff --git a/docs/latex/wx/progdlg.tex b/docs/latex/wx/progdlg.tex index c63864efc5..10d71cc00f 100644 --- a/docs/latex/wx/progdlg.tex +++ b/docs/latex/wx/progdlg.tex @@ -55,11 +55,9 @@ reached.} \membersection{wxProgressDialog::wxProgressDialog}\label{wxprogressdialogctor} -\func{}{wxProgressDialog}{\param{const wxString\& }{title}, - \param{const wxString\& }{message},\rtfsp - \param{int }{maximum = 100}, - \param{wxWindow * }{parent = NULL},\rtfsp - \param{int }{style = wxPD\_AUTO\_HIDE | wxPD\_APP\_MODAL}} +\func{}{wxProgressDialog}{\param{const wxString\& }{title}, \param{const wxString\& }{message},\rtfsp +\param{int }{maximum = 100}, \param{wxWindow * }{parent = NULL},\rtfsp +\param{int }{style = wxPD\_AUTO\_HIDE | wxPD\_APP\_MODAL}} Constructor. Creates the dialog, displays it and disables user input for other windows, or, if wxPD\_APP\_MODAL flag is not given, for its parent @@ -92,10 +90,8 @@ ABORT. \membersection{wxProgressDialog::Update}\label{wxprogressdialogupdate} -\func{virtual bool}{Update}{ - \param{int }{value},\rtfsp - \param{const wxString\& }{newmsg = ""},\rtfsp - \param{bool *}{skip = NULL}} +\func{virtual bool}{Update}{\param{int }{value}, \param{const wxString\& }{newmsg = ""},\rtfsp +\param{bool *}{skip = NULL}} Updates the dialog, setting the progress bar to the new value and, if given changes the message above it. Returns \true unless the Cancel button @@ -118,11 +114,11 @@ empty (which is the default) the message is not changed.} \membersection{wxProgressDialog::UpdatePulse}\label{wxprogressdialogupdatepulse} -\func{virtual bool}{UpdatePulse}{ - \param{const wxString\& }{newmsg = ""},\rtfsp - \param{bool *}{skip = NULL}} +\func{virtual bool}{UpdatePulse}{\param{const wxString\& }{newmsg = ""},\rtfsp +\param{bool *}{skip = NULL}} Just like \helpref{Update}{wxprogressdialogupdate} but makes the gauge control run in indeterminate mode (see \helpref{wxGauge}{wxgauge} documentation), sets the remaining and the estimated time labels (if present) to {\tt Unknown} and moves the progress bar a bit to indicate that some progress was done. + diff --git a/docs/latex/wx/renderer.tex b/docs/latex/wx/renderer.tex index 3524cd8aee..1c1277d326 100644 --- a/docs/latex/wx/renderer.tex +++ b/docs/latex/wx/renderer.tex @@ -256,3 +256,4 @@ Set the renderer to use, passing {\tt NULL} reverts to using the default renderer (the global renderer must always exist). Return the previous renderer used with Set() or {\tt NULL} if none. + diff --git a/docs/latex/wx/size.tex b/docs/latex/wx/size.tex index 36647ec510..7e163b47d2 100644 --- a/docs/latex/wx/size.tex +++ b/docs/latex/wx/size.tex @@ -221,3 +221,4 @@ Operators for comparison, sum and subtraction between \helpref{wxSize}{wxsize} o \func{wxSize\&}{operator $*=$}{\param{int }{factor}} Operators for division and multiplication between a \helpref{wxSize}{wxsize} object and an integer. + diff --git a/docs/latex/wx/stackwalker.tex b/docs/latex/wx/stackwalker.tex index f1ec17f0ba..e99b65774b 100644 --- a/docs/latex/wx/stackwalker.tex +++ b/docs/latex/wx/stackwalker.tex @@ -97,3 +97,4 @@ notice that Walk() frame itself is not included if skip $\ge 1$). Enumerate stack frames from the location of uncaught exception. This method can only be called from \helpref{wxApp::OnFatalException()}{wxapponfatalexception}. + diff --git a/docs/latex/wx/tdocview.tex b/docs/latex/wx/tdocview.tex index e99749ebcb..e91f08e839 100644 --- a/docs/latex/wx/tdocview.tex +++ b/docs/latex/wx/tdocview.tex @@ -322,3 +322,4 @@ to use in menus. \item wxID\_PRINT\_SETUP (5011) \item wxID\_PREVIEW (5012) \end{itemize} + diff --git a/docs/latex/wx/textattr.tex b/docs/latex/wx/textattr.tex index 8f582d8877..6e691e3469 100644 --- a/docs/latex/wx/textattr.tex +++ b/docs/latex/wx/textattr.tex @@ -278,3 +278,4 @@ array element specifies the tab stop in tenths of a millimetre. \func{void}{SetTextColour}{\param{const wxColour\& }{colour}} Sets the text colour. + diff --git a/docs/latex/wx/thread.tex b/docs/latex/wx/thread.tex index 12f9020b74..7a8c8ee32c 100644 --- a/docs/latex/wx/thread.tex +++ b/docs/latex/wx/thread.tex @@ -471,3 +471,4 @@ You can only Wait() for joinable (not detached) threads. This function can only be called from another thread context. See \helpref{wxThread deletion}{deletionwxthread} for a broader explanation of this routine. + diff --git a/docs/latex/wx/tlw.tex b/docs/latex/wx/tlw.tex index f59290a24f..ca5897497b 100644 --- a/docs/latex/wx/tlw.tex +++ b/docs/latex/wx/tlw.tex @@ -412,3 +412,4 @@ for some reason. \wxheading{See also} \helpref{UseNativeDecorations}{wxtoplevelwindowusenativedecorations} + diff --git a/docs/latex/wx/treebook.tex b/docs/latex/wx/treebook.tex index 7541ba0245..788cefa385 100644 --- a/docs/latex/wx/treebook.tex +++ b/docs/latex/wx/treebook.tex @@ -289,3 +289,4 @@ Changes the selection for the given page, returning the previous selection. The call to this function \emph{does not} generate the page changing events. This is the only difference with \helpref{SetSelection}{wxtreebooksetselection}. See \helpref{this topic}{progevent} for more info. + diff --git a/docs/latex/wx/tstyles.tex b/docs/latex/wx/tstyles.tex index b47f005bd0..ed5632d674 100644 --- a/docs/latex/wx/tstyles.tex +++ b/docs/latex/wx/tstyles.tex @@ -22,3 +22,4 @@ C++ {\it bitwise-or} operator. For example: For the window styles specific to each window class, please see the documentation for the window. Most windows can use the generic styles listed for \helpref{wxWindow}{wxwindow} in addition to their own styles. + diff --git a/docs/latex/wx/url.tex b/docs/latex/wx/url.tex index 1038ef9487..cd06c6688f 100644 --- a/docs/latex/wx/url.tex +++ b/docs/latex/wx/url.tex @@ -167,3 +167,4 @@ Sets the proxy to use for this URL. Initializes this object with the given URL and returns {\tt wxURL\_NOERR} if it's valid (see \helpref{GetError}{wxurlgeterror} for more info). + diff --git a/docs/latex/wx/variant.tex b/docs/latex/wx/variant.tex index f265034be5..0313c93163 100644 --- a/docs/latex/wx/variant.tex +++ b/docs/latex/wx/variant.tex @@ -584,3 +584,4 @@ the data is of this type (the check is done during the run-time) or \helpref{RTTI overview}{runtimeclassoverview}\\ \helpref{wxDynamicCast}{wxdynamiccast} + diff --git a/docs/latex/wx/view.tex b/docs/latex/wx/view.tex index 3dc532229a..f364dc1322 100644 --- a/docs/latex/wx/view.tex +++ b/docs/latex/wx/view.tex @@ -209,3 +209,4 @@ between the ``Frame'' in the method name and the type of its parameter. \func{void}{SetViewName}{\param{const wxString\& }{name}} Sets the view type name. Should only be called by the framework. + diff --git a/docs/latex/wx/vlbox.tex b/docs/latex/wx/vlbox.tex index be8dd54485..1723177aa5 100644 --- a/docs/latex/wx/vlbox.tex +++ b/docs/latex/wx/vlbox.tex @@ -380,3 +380,4 @@ This method is only valid for multi selection listboxes. \wxheading{See also} \helpref{Select}{wxvlistboxselect} + diff --git a/docs/latex/wx/vscroll.tex b/docs/latex/wx/vscroll.tex index b6fa2c29d2..d75c477519 100644 --- a/docs/latex/wx/vscroll.tex +++ b/docs/latex/wx/vscroll.tex @@ -299,3 +299,4 @@ Return {\tt true} if we scrolled the window, {\tt false} if nothing was done. Set the number of lines the window contains: the derived class must provide the heights for all lines with indices up to the one given here in its \helpref{OnGetLineHeight()}{wxvscrolledwindowongetlineheight}. + diff --git a/docs/latex/wx/wxmsw.tex b/docs/latex/wx/wxmsw.tex index e01af3ad6e..42457c92da 100644 --- a/docs/latex/wx/wxmsw.tex +++ b/docs/latex/wx/wxmsw.tex @@ -420,3 +420,4 @@ between desktop and mobile applications, in particular for sizer layout. should be catered for, either by hard-wiring the capability into all dialogs and panels, or by providing a standard component and sizer. \end{itemize} + diff --git a/docs/latex/wx/xmlres.tex b/docs/latex/wx/xmlres.tex index c4f6b75730..0f924330d2 100644 --- a/docs/latex/wx/xmlres.tex +++ b/docs/latex/wx/xmlres.tex @@ -283,3 +283,4 @@ translatable strings in the XRC. Sets the domain (message catalog) that will be used to load translatable strings in the XRC. + -- 2.45.2