git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50421 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling 2007-12-02 13:40:43 +00:00
parent c6e72bbf34
commit 95aefe5124

View File

@ -2,7 +2,7 @@
This class is a \helpref{wxDataViewCtrl}{wxdataviewctrl} which internally
uses a \helpref{wxDataViewTreeStore}{wxdataviewtreestore} and forwards
most of its API to that class. Additionally, it uses a \helpref{wxImageList}{wxImageList}
most of its API to that class. Additionally, it uses a \helpref{wxImageList}{wximagelist}
to store a list of icons. The main purpose of this class is to look
like a \helpref{wxTreeCtrl}{wxtreectrl} to make a transition from it
to the wxDataViewCtrl class simpler.