]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/motif/app.h
Added wxStaticBoxSizer,
[wxWidgets.git] / include / wx / motif / app.h
index 7787929380e2ab97cdf36484a48e1818b5a7cf1a..855a8267daa76f4e6aa8c67cdcbe4fc823633f66 100644 (file)
@@ -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;