From: Mattia B. <mat...@li...> - 2006-06-11 11:43:05
|
On Sat, 10 Jun 2006 15:43:04 -0700 John Ralls <jr...@ce...> wrote: > Has a somewhat complicated aliasing that maps it to RemoveWindow > (which is an XS function which in turn calls Remove). > The problem is that the definition for RemoveWindow is ifdeffed out > for wxWidgets 2.7.0, presumably because Remove is deprecated. No, because it is marked as "wxWidgets 2.6.x compatibility". > A nicer approach might be to issue a warning and call Detach, which > is what the wxWidgets header suggests. And OBTW, Remove has been > deprecated in wxWidgets since January 2003. > Why > jerk this around I can interpolate the from context, but what does this exactly mean? > now, > and only for 2.7.0+? I usually #if out functions for wxWidgets 2.X development releases when they are marked for wxWidgets 2.X-1 compatibility. Regards Mattia |