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

@@ -41,7 +41,7 @@
wxWizardPage::GetBitmap() can also be overridden, but this should be very
rarely needed.
@library{wxadv}
@library{wxcore}
@category{miscwnd}
@see wxWizard, @ref page_samples_wizard
@@ -142,7 +142,7 @@ public:
The wizard finished button was pressed.
@endEventTable
@library{wxadv}
@library{wxcore}
@category{events}
@see wxWizard, @ref page_samples_wizard
@@ -194,7 +194,7 @@ wxEventType wxEVT_WIZARD_BEFORE_PAGE_CHANGED;
the pages order is known statically - on the other hand, if this is not the
case you must derive your own class from wxWizardPage instead.
@library{wxadv}
@library{wxcore}
@category{miscwnd}
@see wxWizard, @ref page_samples_wizard
@@ -339,7 +339,7 @@ public:
See also wxDialog for other extended styles.
@library{wxadv}
@library{wxcore}
@category{cmndlg}
@see wxWizardEvent, wxWizardPage, @ref page_samples_wizard