mirror of
https://github.com/audacity/wxWidgets.git
synced 2026-02-04 03:58:40 -06:00
Explain that the vector passed to {Append,Insert,Prepend}Item() must
have the same number of elements as there are columns in the control and
that no more columns can be added after adding any items.
See https://github.com/wxWidgets/wxWidgets/pull/724