Corrected library association

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56285 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
2008-10-13 18:50:54 +00:00
parent 4bbf85529f
commit 8ed522d9aa

View File

@@ -14,7 +14,7 @@
for data transfer. This class can be converted to a from for data transfer. This class can be converted to a from
a wxVariant. a wxVariant.
@library{wxbase} @library{wxadv}
@category{dvc} @category{dvc}
*/ */
class wxDataViewIconText : public wxObject class wxDataViewIconText : public wxObject
@@ -404,7 +404,7 @@ public:
need to display millions of items or have other reason to need to display millions of items or have other reason to
use a virtual control. use a virtual control.
@library{wxbase} @library{wxadv}
@category{dvc} @category{dvc}
*/ */
class wxDataViewIndexListModel : public wxDataViewModel class wxDataViewIndexListModel : public wxDataViewModel
@@ -520,7 +520,7 @@ public:
@see wxDataViewIndexListModel for the API. @see wxDataViewIndexListModel for the API.
@library{wxbase} @library{wxadv}
@category{dvc} @category{dvc}
*/ */
class wxDataViewVirtualListModel : public wxDataViewModel class wxDataViewVirtualListModel : public wxDataViewModel
@@ -1037,7 +1037,7 @@ public:
the documentation of that class for further the documentation of that class for further
information. information.
@library{wxbase} @library{wxadv}
@category{dvc} @category{dvc}
*/ */
class wxDataViewModelNotifier class wxDataViewModelNotifier
@@ -1322,7 +1322,7 @@ public:
supports modifying the values in-place by using a wxSpinCtrl. supports modifying the values in-place by using a wxSpinCtrl.
The renderer only support variants of type @e long. The renderer only support variants of type @e long.
@library{wxbase} @library{wxadv}
@category{dvc} @category{dvc}
*/ */
class wxDataViewSpinRenderer : public wxDataViewCustomRenderer class wxDataViewSpinRenderer : public wxDataViewCustomRenderer
@@ -1680,7 +1680,7 @@ public:
like a wxTreeCtrl to make a transition from it like a wxTreeCtrl to make a transition from it
to the wxDataViewCtrl class simpler. to the wxDataViewCtrl class simpler.
@library{wxbase} @library{wxadv}
@category{ctrl,dvc} @category{ctrl,dvc}
@appearance{dataviewtreectrl.png} @appearance{dataviewtreectrl.png}
*/ */