Update documentation to include wxDataViewCtrl in the list of controls supported by the default persistent objects implementation.

This commit is contained in:
iwbnwif
2017-08-23 19:27:47 +01:00
parent 326b76e649
commit 24b8f3a32d
2 changed files with 5 additions and 0 deletions

View File

@@ -50,6 +50,8 @@ Currently the following classes are supported:
- wxTopLevelWindow (and hence wxFrame and wxDialog)
- wxBookCtrlBase (i.e. wxNotebook, wxListbook, wxToolbook and wxChoicebook)
- wxDataViewCtrl and its derivatives
(i.e. wxDataViewListCtrl and wxDataViewTreeCtrl)
- wxTreebook
To automatically save and restore the properties of the windows of classes

View File

@@ -204,6 +204,9 @@ protected:
/**
Base class for persistent object adapters.
See @ref overview_persistence for an overview of persistent objects within
wxWidgets.
wxWidgets persistence framework is non-intrusive, i.e. can work with the
classes which have no relationship to nor knowledge of it. To allow this,
an intermediate persistence adapter is used: this is just a simple object