Page 1 of 1

wxtreelistctrl

Posted: Wed May 18, 2016 7:40 pm
by asadilan
Hi All,

i am using wxtreelistctrl which was external to wxwidget. it is not part of main wxwidget.
i am migrating from 2.8 to 3.0 and i am hitting a wall.

Code: Select all

wxTheApp->GetTraits()->ScheduleForDestroy(this);
how is the code above change in wx3.0?

Thanks
Asadilan

Re: wxtreelistctrl

Posted: Wed May 18, 2016 8:05 pm
by doublemax
Probably this:

Code: Select all

wxTheApp->ScheduleForDestruction(this);
http://docs.wxwidgets.org/trunk/classwx ... 22f9de9d90