]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/palmos/toplevel.h
Updated version to 2.5.5
[wxWidgets.git] / include / wx / palmos / toplevel.h
index 3db01b1fcd985ff792517641c0f761e0ea778e28..9d2faa765574450277ac034380c0e5c5d9570b37 100644 (file)
@@ -84,8 +84,12 @@ public:
     // interface to native frame structure
     FormType *GetForm() const;
 
     // interface to native frame structure
     FormType *GetForm() const;
 
-    // handle controls
+    // handle native events
     bool HandleControlSelect(EventType* event);
     bool HandleControlSelect(EventType* event);
+    bool HandleControlRepeat(EventType* event);
+    bool HandleSize(EventType* event);
+
+    virtual WXWINHANDLE GetWinHandle() const;
 
 protected:
     // common part of all ctors
 
 protected:
     // common part of all ctors
@@ -100,9 +104,6 @@ protected:
     // translate wxWidgets flags to Windows ones
     virtual WXDWORD PalmGetStyle(long flags, WXDWORD *exstyle) const;
 
     // translate wxWidgets flags to Windows ones
     virtual WXDWORD PalmGetStyle(long flags, WXDWORD *exstyle) const;
 
-    // choose the right parent to use with CreateWindow()
-    virtual WXHWND PalmGetParent() const;
-
     // is the window currently iconized?
     bool m_iconized;
 
     // is the window currently iconized?
     bool m_iconized;