]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/palmos/toplevel.h
Made data variable used in inline function non-static to avoid compiler warning.
[wxWidgets.git] / include / wx / palmos / toplevel.h
index 85630b6943caed3d35df395106a0982cfdcc00e6..9d2faa765574450277ac034380c0e5c5d9570b37 100644 (file)
@@ -89,6 +89,8 @@ public:
     bool HandleControlRepeat(EventType* event);
     bool HandleSize(EventType* event);
 
+    virtual WXWINHANDLE GetWinHandle() const;
+
 protected:
     // common part of all ctors
     void Init();
@@ -102,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;