Commit Graph

7 Commits

Author SHA1 Message Date
Vadim Zeitlin
ed23de08c7 Minor clean up of wxPersistentDataViewCtrl
Add another helper function, make variables const when possible, fix
some small style problems.

No real changes.
2017-12-15 15:26:32 +01:00
Vadim Zeitlin
e5b12b5bc8 Merge branch 'dvc-persist' from iwbnwif
See https://github.com/wxWidgets/wxWidgets/pull/541
2017-12-15 14:10:01 +01:00
iwbnwif
9d090fc9e9 Rename all objects to 'DataViewCtrl' and 'DVC' instead of 'DataViewListCtrl' and 'DVLC' to reflect the change of implementation at the base class. 2017-08-23 23:21:10 +01:00
iwbnwif
326b76e649 Only attempt to update the sort order if the control has a model attached. 2017-08-23 00:21:02 +01:00
iwbnwif
110505543f Organise persistence keys within subgroups and store columns by title rather than index. 2017-08-23 00:14:11 +01:00
iwbnwif
9cad6d1918 Make persistence store keys shorter and without spaces 2017-08-22 13:50:08 +01:00
iwbnwif
c75e0babcc Implement persistence for wxDataViewListCtrl 2017-08-21 22:12:56 +01:00