X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/45e0dc94770d598a1cc84d83730d470dd1cfbcca..988a8d440e98d86557c6a6393ee20bbca65bfe6f:/include/wx/os2/toplevel.h diff --git a/include/wx/os2/toplevel.h b/include/wx/os2/toplevel.h index 2557c3981f..c52efb6642 100644 --- a/include/wx/os2/toplevel.h +++ b/include/wx/os2/toplevel.h @@ -83,11 +83,6 @@ public: // Implementation from now on // -------------------------- // - virtual void AlterChildPos(void); // OS/2 child control positioning - virtual void UpdateInternalSize( wxWindow* pChild - ,int nWidth - ,int nHeight - ); PSWP GetSwpClient(void) { return &m_vSwpClient; } protected: // @@ -129,13 +124,11 @@ protected: ) const; // - // Get the OS/2 window flags corresponding to wxWindows ones + // Translate wxWindows flags into OS flags // - // The functions returns the flags (WS_XXX) directly and puts the ext - // (WS_EX_XXX) flags into the provided pointer if not NULL - // - long OS2GetCreateWindowFlags(long* lExflags) const; - + virtual WXDWORD OS2GetStyle( long lFlag + ,WXDWORD* pdwExstyle + ) const; // // Is the frame currently iconized? //