Fix incorrect libraries in the documentation.

Use wxcore for the GUI classes that were mistakenly documented as belonging to
the wxbase library.

Closes #14783.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72786 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2012-10-27 01:27:23 +00:00
parent 46e6720278
commit a24b52544e
4 changed files with 11 additions and 11 deletions

View File

@@ -31,7 +31,7 @@
Process a navigation key event. Process a navigation key event.
@endEventTable @endEventTable
@library{wxbase} @library{wxcore}
@category{miscwnd} @category{miscwnd}
@see wxDialog @see wxDialog

View File

@@ -46,7 +46,7 @@ enum wxPrinterError
You can derive a new class from this and override some or all member functions You can derive a new class from this and override some or all member functions
to change the behaviour and appearance; or you can leave it as it is. to change the behaviour and appearance; or you can leave it as it is.
@library{wxbase} @library{wxcore}
@category{printing} @category{printing}
@see wxPreviewFrame, wxPreviewCanvas, wxPrintPreview @see wxPreviewFrame, wxPreviewCanvas, wxPrintPreview
@@ -120,7 +120,7 @@ public:
A preview canvas is the default canvas used by the print preview A preview canvas is the default canvas used by the print preview
system to display the preview. system to display the preview.
@library{wxbase} @library{wxcore}
@category{printing} @category{printing}
@see wxPreviewFrame, wxPreviewControlBar, wxPrintPreview @see wxPreviewFrame, wxPreviewControlBar, wxPrintPreview
@@ -183,7 +183,7 @@ enum wxPreviewFrameModalityKind
Member functions may be overridden to replace functionality, or the Member functions may be overridden to replace functionality, or the
class may be used without derivation. class may be used without derivation.
@library{wxbase} @library{wxcore}
@category{printing} @category{printing}
@see wxPreviewCanvas, wxPreviewControlBar, wxPrintPreview @see wxPreviewCanvas, wxPreviewControlBar, wxPrintPreview
@@ -293,7 +293,7 @@ public:
affected. It is recommended to use native preview functionality on affected. It is recommended to use native preview functionality on
platforms that offer it (OS X, GTK+). platforms that offer it (OS X, GTK+).
@library{wxbase} @library{wxcore}
@category{printing} @category{printing}
@see @ref overview_printing, wxPrinterDC, wxPrintDialog, wxPrintout, wxPrinter, @see @ref overview_printing, wxPrinterDC, wxPrintDialog, wxPrintout, wxPrinter,
@@ -444,7 +444,7 @@ public:
but this and associated classes provide a more convenient and general method but this and associated classes provide a more convenient and general method
of printing. of printing.
@library{wxbase} @library{wxcore}
@category{printing} @category{printing}
@see @ref overview_printing, wxPrinterDC, wxPrintDialog, wxPrintout, wxPrintPreview @see @ref overview_printing, wxPrinterDC, wxPrintDialog, wxPrintout, wxPrintPreview
@@ -562,7 +562,7 @@ public:
to create the print preview image, and to create the printed paper image, and to create the print preview image, and to create the printed paper image, and
achieve a common appearance to the preview image and the printed page. achieve a common appearance to the preview image and the printed page.
@library{wxbase} @library{wxcore}
@category{printing} @category{printing}
@see @ref overview_printing, wxPrinterDC, wxPrintDialog, wxPageSetupDialog, @see @ref overview_printing, wxPrinterDC, wxPrintDialog, wxPageSetupDialog,

View File

@@ -65,7 +65,7 @@
This flag tells the dialog that it should show remaining time. This flag tells the dialog that it should show remaining time.
@endStyleTable @endStyleTable
@library{wxbase} @library{wxcore}
@category{cmndlg} @category{cmndlg}
*/ */
class wxGenericProgressDialog : public wxDialog class wxGenericProgressDialog : public wxDialog

View File

@@ -77,7 +77,7 @@ enum wxTitleBarButton
It doesn't have any methods and all of its fields are constant, so they can It doesn't have any methods and all of its fields are constant, so they can
only be examined but not modified. only be examined but not modified.
@library{wxbase} @library{wxcore}
@category{gdi} @category{gdi}
*/ */
struct wxSplitterRenderParams struct wxSplitterRenderParams
@@ -111,7 +111,7 @@ struct wxSplitterRenderParams
wxRendererNative::DrawHeaderButton() to specify custom values used to draw wxRendererNative::DrawHeaderButton() to specify custom values used to draw
the text or bitmap label. the text or bitmap label.
@library{wxbase} @library{wxcore}
@category{gdi} @category{gdi}
*/ */
struct wxHeaderButtonParams struct wxHeaderButtonParams
@@ -561,7 +561,7 @@ public:
renderer which has the age greater or equal to its age. This verification is renderer which has the age greater or equal to its age. This verification is
done by IsCompatible() method. done by IsCompatible() method.
@library{wxbase} @library{wxcore}
@category{gdi} @category{gdi}
*/ */
struct wxRendererVersion struct wxRendererVersion