As per the wx-dev discussion in early Jan, replaced
authorRobin Dunn <robin@alldunn.com>
Thu, 14 Feb 2002 23:34:46 +0000 (23:34 +0000)
committerRobin Dunn <robin@alldunn.com>
Thu, 14 Feb 2002 23:34:46 +0000 (23:34 +0000)
commitbe90c029fd255fba3eb7379aabef5780df210ad8
tree4cde2da868db072383a2ba09b742deaa9a6d1387
parent9990cb50e4726561b6d5c210cb7da83c48c35ec0
As per the wx-dev discussion in early Jan, replaced
wxWindow::m_parentSizer with m_containingSizer which is used to track
which sizer this window is a member of.  Windows will now remove
themselves from a sizer when destroyed.  Also added accessors so
window classes can find out if they are in a sizer and do things like
reset their min size, etc.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14221 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/latex/wx/window.tex
include/wx/window.h
src/common/sizer.cpp
src/common/wincmn.cpp
wxPython/src/msw/windows.cpp
wxPython/src/msw/windows.py
wxPython/src/windows.i