From: John R. <jr...@ce...> - 2006-06-10 22:43:15
|
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. 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 now, and only for 2.7.0+? Regards, John Ralls |