Files
wxWidgets/include/wx/generic
Vitaly Stakhovsky 2af7e38153 Replace obsolete object array with vector in wxGenericListCtrl
Use wxVector<wxListLineData*> instead of WX_DECLARE_OBJARRAY().

This modernizes the code and allows to get rid of the static variables
previously used for sorting as now we can use std::sort().

Closes https://github.com/wxWidgets/wxWidgets/pull/924
2018-09-17 22:50:43 +02:00
..
2016-09-25 13:21:28 -07:00
2014-03-30 00:02:23 +00:00
2015-09-23 00:52:30 +02:00
2016-09-25 13:21:28 -07:00
2016-12-11 15:20:42 +01:00
2015-09-06 17:20:42 -07:00
2016-09-25 13:21:28 -07:00
2018-08-27 21:13:04 +02:00
2015-09-06 17:20:42 -07:00
2016-09-25 13:21:28 -07:00
2014-03-30 00:02:23 +00:00
2015-09-06 17:20:42 -07:00
2016-02-10 20:38:10 +01:00
2015-09-06 17:20:42 -07:00
2015-09-06 17:20:42 -07:00
2015-09-06 17:20:42 -07:00
2016-09-25 13:21:28 -07:00
2015-09-06 17:20:42 -07:00
2016-01-16 10:40:23 -08:00