// 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;
void DeletePendingObjects();
bool ProcessIdle();
+#if wxUSE_THREADS
+ void ProcessPendingEvents();
+#endif
// Motif-specific
inline WXAppContext GetAppContext() const { return m_appContext; }