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

@@ -40,7 +40,7 @@ enum
The wxCalendarEvent class is used together with wxCalendarCtrl.
@library{wxadv}
@library{wxcore}
@category{events}
@see wxCalendarCtrl
@@ -90,7 +90,7 @@ enum wxCalendarDateBorder
wxCalendarDateAttr is a custom attributes for a calendar date. The objects
of this class are used with wxCalendarCtrl.
@library{wxadv}
@library{wxcore}
@category{data}
@see wxCalendarCtrl
@@ -296,7 +296,7 @@ enum wxCalendarHitTestResult
@note Changing the selected date will trigger an EVT_CALENDAR_DAY, MONTH or
YEAR event as well as an EVT_CALENDAR_SEL_CHANGED event.
@library{wxadv}
@library{wxcore}
@category{ctrl}
@appearance{calendarctrl}