X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/47bc1060127d86222768789575295254a710f5a6..83a21afbcb5335b0f07fa4e2e1aaa1711c2b7dca:/include/wx/motif/app.h diff --git a/include/wx/motif/app.h b/include/wx/motif/app.h index c36e03233d..2b24418913 100644 --- a/include/wx/motif/app.h +++ b/include/wx/motif/app.h @@ -107,6 +107,14 @@ class WXDLLEXPORT wxApp: public wxEvtHandler // Creates a log object virtual wxLog* CreateLogTarget(); +// Motif implementation. + + // Processes an X event. + virtual void ProcessXEvent(WXEvent* event); + + // Returns TRUE if an accelerator has been processed + virtual bool CheckForAccelerator(WXEvent* event); + public: // Will always be set to the appropriate, main-style values. int argc; @@ -133,6 +141,9 @@ public: void DeletePendingObjects(); bool ProcessIdle(); +#if wxUSE_THREADS + void ProcessPendingEvents(); +#endif // Motif-specific inline WXAppContext GetAppContext() const { return m_appContext; }