Removing OS/2 specific positioning methods, no longer needed

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14098 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
David Webster
2002-02-10 04:33:20 +00:00
parent b513212d2e
commit 1b7735e10f
6 changed files with 2 additions and 32 deletions

View File

@@ -122,15 +122,6 @@ public:
// so should be there for all platforms
void OnActivate(wxActivateEvent &WXUNUSED(event)) { }
// Override in derived, platfrom specific, class if your OS coordinate
// system uses anything other than the top left as 0,0. The second
// method updates any internal sizing parameters such as OS/2's SWP struct
inline virtual void AlterChildPos(void) { }
inline virtual void UpdateInternalSize( wxWindow* WXUNUSED(pChild)
,int WXUNUSED(nWidth)
,int WXUNUSED(nHeight)
) { }
protected:
// the frame client to screen translation should take account of the
// toolbar which may shift the origin of the client area