]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/palmos/toplevel.h
bug fixes for using wxTransientPopupWindow and wxDP_ALLOWNONE support from Andreas...
[wxWidgets.git] / include / wx / palmos / toplevel.h
index 143863c62a56bbf1ecf06a26c7207810189d53cd..85630b6943caed3d35df395106a0982cfdcc00e6 100644 (file)
@@ -84,6 +84,11 @@ public:
     // interface to native frame structure
     FormType *GetForm() const;
 
+    // handle native events
+    bool HandleControlSelect(EventType* event);
+    bool HandleControlRepeat(EventType* event);
+    bool HandleSize(EventType* event);
+
 protected:
     // common part of all ctors
     void Init();