]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/toplevel.h
Removed 'inline' which was causing unresolved symbols
[wxWidgets.git] / include / wx / os2 / toplevel.h
index e9045aacf6bbacc029cc09a013d8db06f27a3d35..d0e1a3e469062106085f11bbcde7e55b3df14e9f 100644 (file)
@@ -131,6 +131,12 @@ protected:
     virtual WXDWORD OS2GetStyle( long     lFlag
                                 ,WXDWORD* pdwExstyle
                                ) const;
+
+    //
+    // Choose the right parent to use with CreateWindow()
+    //
+    virtual WXHWND  OS2GetParent(void) const;
+
     //
     // Is the frame currently iconized?
     //
@@ -155,6 +161,7 @@ protected:
     SWP                             m_vSwp;
     SWP                             m_vSwpClient;
     static bool                     m_sbInitialized;
+    static wxWindow*                m_spHiddenParent;
 }; // end of CLASS wxTopLevelWindowOS2
 
 //