Replace references to "adv" with "core" in classes documentation

All classes previously in "wxadv" are now in "wxcore".
This commit is contained in:
Vadim Zeitlin
2018-08-27 22:52:15 +02:00
parent f40a39e666
commit 560d00f3cc
30 changed files with 97 additions and 97 deletions

View File

@@ -102,7 +102,7 @@ enum wxLayoutAlignment
previous events in order to calculate window sizes.
@library{wxadv}
@library{wxcore}
@category{winlayout}
@see wxSashEvent, wxSashLayoutWindow, @ref overview_events
@@ -165,7 +165,7 @@ public:
for you. However, if you use sashes, see wxSashWindow for relevant event information.
See also wxLayoutAlgorithm for information about the layout events.
@library{wxadv}
@library{wxcore}
@category{miscwnd}
@see wxLayoutAlgorithm, wxSashWindow, @ref overview_events
@@ -297,7 +297,7 @@ public:
from a window.
@endEventTable
@library{wxadv}
@library{wxcore}
@category{events}
@see wxCalculateLayoutEvent, wxSashLayoutWindow, wxLayoutAlgorithm.
@@ -386,7 +386,7 @@ wxEventType wxEVT_QUERY_LAYOUT_INFO;
'bite' out of a rectangle provided by the algorithm.
@endEventTable
@library{wxadv}
@library{wxcore}
@category{events}
@see wxQueryLayoutInfoEvent, wxSashLayoutWindow, wxLayoutAlgorithm.