X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/721a9626991bd21815663a52ed6543647127fabf..5f8ba10e863cf2df9ac0a10033a7d5d866002337:/include/wx/palmos/toplevel.h

diff --git a/include/wx/palmos/toplevel.h b/include/wx/palmos/toplevel.h
index 85630b6943..9d2faa7655 100644
--- a/include/wx/palmos/toplevel.h
+++ b/include/wx/palmos/toplevel.h
@@ -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;