From: Mattia B. <mb...@ds...> - 2002-09-19 19:44:00
|
> Why would you ever ->Add a sizer to a sizer? > I try to use $sizer->AddWindow > from now on to prevent myself from accidentally > doing this. This is a *bad* idea: unless it is documented that a method called AddWindow exists, its existence is an implementation detail, and the method may disappear in the future. Regards Mattia |