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
This commit is contained in:
parent
a92bedfeeb
commit
b67a86d574
@ -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().
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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}.
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
@ -663,3 +663,4 @@ Show the popup.
|
||||
\func{void}{Undo}{\void}
|
||||
|
||||
Undoes the last edit in the text field. Windows only.
|
||||
|
||||
|
@ -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}.
|
||||
|
||||
|
@ -373,3 +373,4 @@ the control.
|
||||
\wxheading{See also}
|
||||
|
||||
\helpref{SetSelection}{wxcontrolwithitemssetselection}
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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).
|
||||
|
||||
|
@ -113,3 +113,4 @@ Returns a reference to the current object.
|
||||
\helpref{wxSocketBase::LastError}{wxsocketbaselasterror},
|
||||
\helpref{wxSocketBase::LastCount}{wxsocketbaselastcount},
|
||||
\helpref{wxSocketBase::SetFlags}{wxsocketbasesetflags}
|
||||
|
||||
|
@ -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}
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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}.
|
||||
|
||||
|
@ -147,3 +147,4 @@ Called when the user clicks on hypertext link. Does nothing by default.
|
||||
\wxheading{See also}
|
||||
|
||||
See also \helpref{wxHtmlLinkInfo}{wxhtmllinkinfo}.
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
@ -97,3 +97,4 @@ a member function that takes a wxMouseCaptureLostEvent argument.
|
||||
\func{}{wxMouseCaptureLostEvent}{\param{wxWindowID }{windowId = 0}}
|
||||
|
||||
Constructor.
|
||||
|
||||
|
@ -420,3 +420,4 @@ stopping works.
|
||||
\func{wxFileOffset}{Tell}{\void}
|
||||
|
||||
Obtains the current position in time within the movie in milliseconds.
|
||||
|
||||
|
@ -48,3 +48,4 @@ Send when a media has switched to the wxMEDIASTATE\_PAUSED state.
|
||||
\end{twocollist}
|
||||
|
||||
\latexignore{\rtfignore{\wxheading{Members}}}
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
@ -218,3 +218,4 @@ specified item (in pixels). If -1 is returned, then the item text width
|
||||
is used.
|
||||
|
||||
The default implementation returns -1.
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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}.
|
||||
|
||||
|
@ -322,3 +322,4 @@ to use in menus.
|
||||
\item wxID\_PRINT\_SETUP (5011)
|
||||
\item wxID\_PREVIEW (5012)
|
||||
\end{itemize}
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
@ -412,3 +412,4 @@ for some reason.
|
||||
\wxheading{See also}
|
||||
|
||||
\helpref{UseNativeDecorations}{wxtoplevelwindowusenativedecorations}
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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).
|
||||
|
||||
|
@ -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}
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
@ -380,3 +380,4 @@ This method is only valid for multi selection listboxes.
|
||||
\wxheading{See also}
|
||||
|
||||
\helpref{Select}{wxvlistboxselect}
|
||||
|
||||
|
@ -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}.
|
||||
|
||||
|
@ -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}
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user