]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/motif/app.h
applied the patch by Garrick Meeker
[wxWidgets.git] / include / wx / motif / app.h
index 7787929380e2ab97cdf36484a48e1818b5a7cf1a..f262298f2f0f6f58c299a2f86919b1bafae5a877 100644 (file)
@@ -29,7 +29,7 @@
 
 class WXDLLEXPORT wxFrame;
 class WXDLLEXPORT wxWindow;
-class WXDLLEXPORT wxApp ;
+class WXDLLEXPORT wxApp;
 class WXDLLEXPORT wxKeyEvent;
 class WXDLLEXPORT wxLog;
 
@@ -51,8 +51,8 @@ public:
     virtual int MainLoop();
     virtual void ExitMainLoop();
     virtual bool Initialized();
-    virtual bool Pending() ;
-    virtual void Dispatch() ;
+    virtual bool Pending();
+    virtual void Dispatch();
 
     virtual bool OnInitGui();
 
@@ -82,6 +82,9 @@ public:
     // Returns TRUE if a key down event has been processed
     virtual bool CheckForKeyDown(WXEvent* event);
 
+    // Returns TRUE if a key up event has been processed
+    virtual bool CheckForKeyUp(WXEvent* event);
+
 protected:
     bool                  m_showOnInit;
 
@@ -92,14 +95,11 @@ public:
 
     void DeletePendingObjects();
     bool ProcessIdle();
-#if wxUSE_THREADS
-    void ProcessPendingEvents();
-#endif
 
     // Motif-specific
     WXAppContext   GetAppContext() const { return m_appContext; }
     WXWidget       GetTopLevelWidget() const { return m_topLevelWidget; }
-    WXColormap     GetMainColormap(WXDisplay* display) ;
+    WXColormap     GetMainColormap(WXDisplay* display);
     WXDisplay*     GetInitialDisplay() const { return m_initialDisplay; }
     long           GetMaxRequestSize() const { return m_maxRequestSize; }
 
@@ -111,7 +111,7 @@ public:
     int            m_nCmdShow;
 
 protected:
-    bool                  m_keepGoing ;
+    bool                  m_keepGoing;
 
     // Motif-specific
     WXAppContext          m_appContext;