git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48362 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
2007-08-24 10:54:36 +00:00
parent 1f0412088d
commit 61cec318da

View File

@@ -15,7 +15,7 @@ define the data model which acts as an interface between
your actual data and the wxDataViewCtrl. Since you will your actual data and the wxDataViewCtrl. Since you will
usually also allow the wxDataViewCtrl to change your data usually also allow the wxDataViewCtrl to change your data
through its graphical interface, you will also have to override through its graphical interface, you will also have to override
\helpref{SetValue}{wxdataviewlistmodelsetvalue} which the \helpref{SetValue}{wxdataviewmodelsetvalue} which the
wxDataViewCtrl will call when a change to some data has been wxDataViewCtrl will call when a change to some data has been
commited. commited.
@@ -92,7 +92,7 @@ Destructor. This should not be called directly. Use DecRef() instead.
\func{void}{AddNotifier}{\param{wxDataViewModelNotifier* }{notifier}} \func{void}{AddNotifier}{\param{wxDataViewModelNotifier* }{notifier}}
Adds a \helpref{wxDataViewModelNotifier}{wxdataviewlistmodelnotifier} Adds a \helpref{wxDataViewModelNotifier}{wxdataviewmodelnotifier}
to the model. to the model.
\membersection{wxDataViewModel::Cleared}\label{wxdataviewmodelcleared} \membersection{wxDataViewModel::Cleared}\label{wxdataviewmodelcleared}