From: Robert Roebling Date: Mon, 13 Oct 2008 18:50:54 +0000 (+0000) Subject: Corrected library association X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/8ed522d9aa0cc52a760a872860b622134b505e8c Corrected library association git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56285 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/interface/wx/dataview.h b/interface/wx/dataview.h index af9b681f47..f214740d71 100644 --- a/interface/wx/dataview.h +++ b/interface/wx/dataview.h @@ -14,7 +14,7 @@ for data transfer. This class can be converted to a from a wxVariant. - @library{wxbase} + @library{wxadv} @category{dvc} */ class wxDataViewIconText : public wxObject @@ -404,7 +404,7 @@ public: need to display millions of items or have other reason to use a virtual control. - @library{wxbase} + @library{wxadv} @category{dvc} */ class wxDataViewIndexListModel : public wxDataViewModel @@ -520,7 +520,7 @@ public: @see wxDataViewIndexListModel for the API. - @library{wxbase} + @library{wxadv} @category{dvc} */ class wxDataViewVirtualListModel : public wxDataViewModel @@ -1037,7 +1037,7 @@ public: the documentation of that class for further information. - @library{wxbase} + @library{wxadv} @category{dvc} */ class wxDataViewModelNotifier @@ -1322,7 +1322,7 @@ public: supports modifying the values in-place by using a wxSpinCtrl. The renderer only support variants of type @e long. - @library{wxbase} + @library{wxadv} @category{dvc} */ class wxDataViewSpinRenderer : public wxDataViewCustomRenderer @@ -1680,7 +1680,7 @@ public: like a wxTreeCtrl to make a transition from it to the wxDataViewCtrl class simpler. - @library{wxbase} + @library{wxadv} @category{ctrl,dvc} @appearance{dataviewtreectrl.png} */