X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b51014176a539bf0c0e5058910c5a7fcc7a7d0a5..6bf921176c7ca7a738e057648dde7fbc57f3e682:/interface/wx/app.h diff --git a/interface/wx/app.h b/interface/wx/app.h index 72f31f4319..cebd6aeb9f 100644 --- a/interface/wx/app.h +++ b/interface/wx/app.h @@ -94,7 +94,7 @@ public: virtual int FilterEvent(wxEvent& event); /** - Returns the main event loop instance, i.e. the event loop which is started + Returns the main event loop instance, i.e.\ the event loop which is started by OnRun() and which dispatches all events sent from the native toolkit to the application (except when new event loops are temporarily set-up). The returned value maybe @NULL. Put initialization code which needs a @@ -245,7 +245,7 @@ public: static wxAppConsole* GetInstance(); /** - Returns @true if the main event loop is currently running, i.e. if the + Returns @true if the main event loop is currently running, i.e.\ if the application is inside OnRun(). This can be useful to test whether events can be dispatched. For example, @@ -260,7 +260,7 @@ public: //@{ /** - This function is called when an assert failure occurs, i.e. the condition + This function is called when an assert failure occurs, i.e.\ the condition specified in wxASSERT() macro evaluated to @false. It is only called in debug mode (when @c __WXDEBUG__ is defined) as @@ -288,7 +288,7 @@ public: const wxChar *msg); /** - Called when command line parsing fails (i.e. an incorrect command line option + Called when command line parsing fails (i.e.\ an incorrect command line option was specified by the user). The default behaviour is to show the program usage text and abort the program. @@ -700,7 +700,7 @@ public: virtual wxWindow* GetTopWindow() const; /** - Returns @true if the application is active, i.e. if one of its windows is + Returns @true if the application is active, i.e.\ if one of its windows is currently in the foreground. If this function returns @false and you need to attract users attention to