From 24b8f3a32df391a8fc10e87b476080c0d8c5d01a Mon Sep 17 00:00:00 2001 From: iwbnwif Date: Wed, 23 Aug 2017 19:27:47 +0100 Subject: [PATCH] Update documentation to include wxDataViewCtrl in the list of controls supported by the default persistent objects implementation. --- docs/doxygen/overviews/persistence.h | 2 ++ interface/wx/persist.h | 3 +++ 2 files changed, 5 insertions(+) diff --git a/docs/doxygen/overviews/persistence.h b/docs/doxygen/overviews/persistence.h index 396dddd587..a353ab6a7c 100644 --- a/docs/doxygen/overviews/persistence.h +++ b/docs/doxygen/overviews/persistence.h @@ -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 diff --git a/interface/wx/persist.h b/interface/wx/persist.h index d703e720b0..683f6296b8 100644 --- a/interface/wx/persist.h +++ b/interface/wx/persist.h @@ -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