]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/palmos/toplevel.h
always forcing a relayout when position changes, making mlte a system option
[wxWidgets.git] / include / wx / palmos / toplevel.h
index 143863c62a56bbf1ecf06a26c7207810189d53cd..9d2faa765574450277ac034380c0e5c5d9570b37 100644 (file)
@@ -84,6 +84,13 @@ public:
     // interface to native frame structure
     FormType *GetForm() const;
 
+    // handle native events
+    bool HandleControlSelect(EventType* event);
+    bool HandleControlRepeat(EventType* event);
+    bool HandleSize(EventType* event);
+
+    virtual WXWINHANDLE GetWinHandle() const;
+
 protected:
     // common part of all ctors
     void Init();
@@ -97,9 +104,6 @@ protected:
     // 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;