git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29300
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
\membersection{wxApp::Dispatch}\label{wxappdispatch}
\membersection{wxApp::Dispatch}\label{wxappdispatch}
-\func{void}{Dispatch}{\void}
+\func{virtual void}{Dispatch}{\void}
Dispatches the next event in the windowing system event queue.
Dispatches the next event in the windowing system event queue.
\membersection{wxApp::ExitMainLoop}\label{wxappexitmainloop}
\membersection{wxApp::ExitMainLoop}\label{wxappexitmainloop}
-\func{void}{ExitMainLoop}{\void}
+\func{virtual void}{ExitMainLoop}{\void}
Call this to explicitly exit the main message (event) loop.
You should normally exit the main loop (and the application) by deleting
Call this to explicitly exit the main message (event) loop.
You should normally exit the main loop (and the application) by deleting
\membersection{wxApp::MainLoop}\label{wxappmainloop}
\membersection{wxApp::MainLoop}\label{wxappmainloop}
-\func{int}{MainLoop}{\void}
+\func{virtual int}{MainLoop}{\void}
Called by wxWidgets on creation of the application. Override this if you wish
to provide your own (environment-dependent) main loop.
Called by wxWidgets on creation of the application. Override this if you wish
to provide your own (environment-dependent) main loop.
\membersection{wxApp::Pending}\label{wxapppending}
\membersection{wxApp::Pending}\label{wxapppending}
-\func{bool}{Pending}{\void}
+\func{virtual bool}{Pending}{\void}
Returns true if unprocessed events are in the window system event queue.
Returns true if unprocessed events are in the window system event queue.