// 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:
//
) 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?
//