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

@ -407,7 +407,7 @@ protected:
In addition, these parameters specify the pane's docked position, floating
position, preferred size, minimum size, caption text among many other parameters.
@library{wxbase}
@library{wxaui}
@category{aui}
@see wxAuiManager, wxAuiDockArt

View File

@ -358,7 +358,7 @@ struct wxComboCtrlFeatures
You should avoid adding or deleting items in this event.
@endEventTable
@library{wxbase}
@library{wxcore}
@category{ctrl}
@appearance{comboctrl.png}

View File

@ -54,7 +54,7 @@
necessary initialisations and so an attempt to do clipboard format
registration at this time will usually lead to a crash!
@library{wxbase}
@library{wxcore}
@category{dnd}
@see @ref overview_dnd, @ref page_samples_dnd, wxDataObject

View File

@ -139,7 +139,7 @@ public:
have native double-buffering, otherwise, it is a typedef of
wxBufferedPaintDC.
@library{wxbase}
@library{wxcore}
@category{dc}
@see wxDC, wxBufferedPaintDC, wxPaintDC

View File

@ -230,7 +230,7 @@ wxEventType wxEVT_FILECTRL_FILTERCHANGED;
The current file filter of the file control has been changed
@endEventTable
@library{wxbase}
@library{wxcore}
@category{events}
*/
class wxFileCtrlEvent : public wxCommandEvent

View File

@ -132,7 +132,7 @@ public:
at least creation of new file/directory and access, modification, move
(rename) or deletion of an existing one.
@library{wxcore}
@library{wxbase}
@category{events}
@see wxFileSystemWatcher

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

View File

@ -77,7 +77,7 @@ public:
example, to show all the log messages in a frame but still continue to process
them normally by showing the standard log dialog.
@library{wxbase}
@library{wxcore}
@category{logging}
@see wxLogTextCtrl
@ -566,7 +566,7 @@ public:
The text control must have been created with @c wxTE_MULTILINE style by the
caller previously.
@library{wxbase}
@library{wxcore}
@category{logging}
@see wxTextCtrl, wxStreamToTextRedirector

View File

@ -278,7 +278,7 @@ public:
@onlyfor{wxmsw}
@library{wxbase}
@library{wxcore}
@category{ctrl,ipc}
@see wxActiveXEvent, @ref page_samples_flash

View File

@ -14,7 +14,7 @@
objects. Currently, only wxIPV4address is implemented. An experimental
implementation for IPV6, wxIPV6address, is being developed.
@library{wxbase}
@library{wxnet}
@category{net}
*/
class wxIPaddress : public wxSockAddress
@ -103,7 +103,7 @@ public:
A class for working with IPv4 network addresses.
@library{wxbase}
@library{wxnet}
@category{net}
*/
class wxIPV4address : public wxIPaddress
@ -400,7 +400,7 @@ public:
You are unlikely to need to use this class: only wxSocketBase uses it.
@library{wxbase}
@library{wxnet}
@category{net}
@see wxSocketBase, wxIPaddress, wxIPV4address

View File

@ -1055,7 +1055,7 @@ public:
The state image has been clicked.
@endEventTable
@library{wxbase}
@library{wxcore}
@category{events}
@see wxTreeCtrl