Returns the dispatch id of this activex event. This is the numeric value from
the .idl file specified by the id().
+
\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.
+
the string to stderr in console mode.
Returns \true to suppress subsequent asserts, \false to continue as before.
+
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.
+
\func{void}{SetItemBitmap}{\param{unsigned int }{n}, \param{const wxBitmap\& }{bitmap}}
Sets the bitmap for the given item.
+
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}.
+
This is implemented for Motif only and doesn't do anything under other
platforms.
+
Finds a colour name given the colour. Returns an empty string if the colour is
not found in the database.
+
\func{void}{Undo}{\void}
Undoes the last edit in the text field. Windows only.
+
The derived class must implement this to receive
string value changes from \helpref{wxComboCtrl}{wxcomboctrl}.
+
\wxheading{See also}
\helpref{SetSelection}{wxcontrolwithitemssetselection}
+
\func{bool}{ValueChanged}{\param{unsigned int }{col}, \param{unsigned int }{row}}
Called by owning list model.
+
\func{bool}{StartPage}{\void}
Starts a document page (only relevant when outputting to a printer).
+
\helpref{wxSocketBase::LastError}{wxsocketbaselasterror},
\helpref{wxSocketBase::LastCount}{wxsocketbaselastcount},
\helpref{wxSocketBase::SetFlags}{wxsocketbasesetflags}
+
\helpref{wxDialog::EndModal}{wxdialogendmodal},\rtfsp
\helpref{wxDialog:GetReturnCode}{wxdialoggetreturncode},\rtfsp
\helpref{wxDialog::SetReturnCode}{wxdialogsetreturncode}
+
\func{void}{SetPath}{\param{const wxString \&}{path}}
Set the absolute path of the file/directory associated with the event.
+
see there for their explanation.
Note that this method does not trigger relayout.
+
\func{void}{SetFont}{\param{const wxFont \&}{ f}}
Set the font associated with the event.
+
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.
+
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.
+
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}.
+
\wxheading{See also}
See also \helpref{wxHtmlLinkInfo}{wxhtmllinkinfo}.
+
\func{void}{SetURL}{\param{const wxString \&}{ url}}
Sets the URL associated with the event.
+
\func{}{wxMouseCaptureLostEvent}{\param{wxWindowID }{windowId = 0}}
Constructor.
+
\func{wxFileOffset}{Tell}{\void}
Obtains the current position in time within the movie in milliseconds.
+
\end{twocollist}
\latexignore{\rtfignore{\wxheading{Members}}}
+
Provide this function with appropriate initialization for your module. If the function
returns false, wxWidgets will exit immediately.
+
is used.
The default implementation returns -1.
+
Inequality operator. Two palettes are not equal if they contain pointers
to different underlying palette data. It does not compare each attribute.
+
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.
+
Operators for sum and subtraction between a \helpref{wxPoint}{wxpoint} object and a
\helpref{wxSize}{wxsize} object.
+
\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
\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
\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.
+
renderer (the global renderer must always exist).
Return the previous renderer used with Set() or {\tt NULL} if none.
+
\func{wxSize\&}{operator $*=$}{\param{int }{factor}}
Operators for division and multiplication between a \helpref{wxSize}{wxsize} object and an integer.
+
Enumerate stack frames from the location of uncaught exception.
This method can only be called from
\helpref{wxApp::OnFatalException()}{wxapponfatalexception}.
+
\item wxID\_PRINT\_SETUP (5011)
\item wxID\_PREVIEW (5012)
\end{itemize}
+
\func{void}{SetTextColour}{\param{const wxColour\& }{colour}}
Sets the text colour.
+
This function can only be called from another thread context.
See \helpref{wxThread deletion}{deletionwxthread} for a broader explanation of this routine.
+
\wxheading{See also}
\helpref{UseNativeDecorations}{wxtoplevelwindowusenativedecorations}
+
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.
+
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.
+
Initializes this object with the given URL and returns {\tt wxURL\_NOERR}
if it's valid (see \helpref{GetError}{wxurlgeterror} for more info).
+
\helpref{RTTI overview}{runtimeclassoverview}\\
\helpref{wxDynamicCast}{wxdynamiccast}
+
\func{void}{SetViewName}{\param{const wxString\& }{name}}
Sets the view type name. Should only be called by the framework.
+
\wxheading{See also}
\helpref{Select}{wxvlistboxselect}
+
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}.
+
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}
+
Sets the domain (message catalog) that will be used to load
translatable strings in the XRC.
+