further prototype revisions; rename interface/aui.h to interface/framemanager.h since wxAuiManager and wxAuiPaneInfo are declared in the latter (in the real headers)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52768 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Francesco Montorsi
2008-03-24 18:17:11 +00:00
parent ec64d5ca7b
commit e4f1d811cc
5 changed files with 61 additions and 70 deletions

View File

@@ -196,9 +196,9 @@ public:
}
@endcode
Please see the @ref page_utils_samples_dialogs for more examples of
using this function and wxAboutDialogInfo for the description of the
information which can be shown in the about dialog.
Please see the @ref page_samples_dialogs for more examples of using this
function and wxAboutDialogInfo for the description of the information which
can be shown in the about dialog.
@header{wx/aboutdlg.h}
*/
@@ -212,7 +212,7 @@ void wxAboutBox(const wxAboutDialogInfo& info);
custom controls to it (customizing the native dialog is not currently
supported).
See the @ref page_utils_samples_dialogs for an example of about dialog
See the @ref page_samples_dialogs for an example of about dialog
customization.
@see wxAboutDialogInfo