]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/toplevel.h
typo in style definition fixed
[wxWidgets.git] / include / wx / os2 / toplevel.h
index 7ad9f88570a88246528a974915e926056daaad3e..a54b9d9602f40f9fbc17b4300c1a5f1904a0f974 100644 (file)
@@ -83,10 +83,7 @@ public:
     // Implementation from now on
     // --------------------------
     //
-           virtual void AlterChildPos(void); // OS/2 child control positioning
-           virtual void UpdateInternalSize( wxWindow* pChild
-                                           ,int       nHeight
-                                          );
+           PSWP         GetSwpClient(void) { return &m_vSwpClient; }
 protected:
     //
     // Common part of all ctors
@@ -157,6 +154,7 @@ protected:
     WXHWND                          m_hFrame;
     SWP                             m_vSwp;
     SWP                             m_vSwpClient;
+    static bool                     m_sbInitialized;
 }; // end of CLASS wxTopLevelWindowOS2
 
 //