Correctly document the library the classes belong to.

Many classes were documented as being in a wrong library, mostly a lot of
wxbase vs wxcore confusion but we even managed to document wxAuiManager as
being in wxbase. Correct all this.

Closes #14745, #14747.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72686 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2012-10-15 01:17:21 +00:00
parent 3a75a4d494
commit f00f01b3bf
11 changed files with 16 additions and 16 deletions

View File

@@ -1295,7 +1295,7 @@ protected:
@endEventTable
@library{wxbase}
@library{wxcore}
@category{events}
@see wxListCtrl
@@ -1412,7 +1412,7 @@ wxEventType wxEVT_COMMAND_LIST_ITEM_FOCUSED;
Represents the attributes (color, font, ...) of a wxListCtrl's wxListItem.
@library{wxbase}
@library{wxcore}
@category{data}
@see @ref overview_listctrl, wxListCtrl, wxListItem
@@ -1614,7 +1614,7 @@ public:
or SetFont() functions on it passing it the colour/font to use.
If the colour/font is not specified, the default list control colour/font is used.
@library{wxbase}
@library{wxcore}
@category{data}
@see wxListCtrl