]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/motif/app.h
no message
[wxWidgets.git] / include / wx / motif / app.h
index c36e03233d6ec586a7e093e098b7ac368172e8d1..5cbe5267fa9b515d15caaab63070456fc3e40228 100644 (file)
@@ -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;