From: Mattia B. <mb...@ds...> - 2002-06-02 08:54:45
|
> >>Wx::Listbox::Number seems to be unknown. > > >AFAIR it is deprecated. Try looking for GetCount or GetItemCount. > > Thanks, GetCount() works. However in the current wx 2.3.2 docs there is > no mention of Number() being deprecated. GetCount() is not listed > either. Is it a 2.3.3 change? Number() is deprecated from 2.2 ( if not from 2.0 ). The documentation change was done in 2.3.3 branch, though. Regards Mattia |