]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wizard.h
Finished review/fixes of GDI category of functions and macros.
[wxWidgets.git] / interface / wizard.h
index ab869ad39d1bd26a2a2ca865085b9bebd271cca7..7a40bd15fe4a4bdca1b6878a3b854327aa20cd13 100644 (file)
@@ -1,6 +1,6 @@
 /////////////////////////////////////////////////////////////////////////////
 // Name:        wizard.h
-// Purpose:     documentation for wxWizardPage class
+// Purpose:     interface of wxWizardPage
 // Author:      wxWidgets team
 // RCS-ID:      $Id$
 // Licence:     wxWindows license
@@ -24,8 +24,7 @@
     @library{wxadv}
     @category{miscwnd}
 
-    @seealso
-    wxWizard, @ref overview_samplewizard "wxWizard sample"
+    @see wxWizard, @ref overview_samplewizard "wxWizard sample"
 */
 class wxWizardPage : public wxPanel
 {
@@ -77,19 +76,19 @@ public:
 };
 
 
+
 /**
     @class wxWizardEvent
     @wxheader{wizard.h}
 
     wxWizardEvent class represents an event generated by the
-    wizard: this event is first sent to the page itself and,
+    wizard(): this event is first sent to the page itself and,
     if not processed there, goes up the window hierarchy as usual.
 
     @library{wxadv}
     @category{events}
 
-    @seealso
-    wxWizard, @ref overview_samplewizard "wxWizard sample"
+    @see wxWizard, @ref overview_samplewizard "wxWizard sample"
 */
 class wxWizardEvent : public wxNotifyEvent
 {
@@ -118,6 +117,7 @@ public:
 };
 
 
+
 /**
     @class wxWizardPageSimple
     @wxheader{wizard.h}
@@ -134,8 +134,7 @@ public:
     @library{wxadv}
     @category{miscwnd}
 
-    @seealso
-    wxWizard, @ref overview_samplewizard "wxWizard sample"
+    @see wxWizard, @ref overview_samplewizard "wxWizard sample"
 */
 class wxWizardPageSimple : public wxWizardPage
 {
@@ -169,6 +168,7 @@ public:
 };
 
 
+
 /**
     @class wxWizard
     @wxheader{wizard.h}
@@ -207,8 +207,7 @@ public:
     @library{wxadv}
     @category{cmndlg}
 
-    @seealso
-    wxWizardEvent, wxWizardPage, @ref overview_samplewizard "wxWizard sample"
+    @see wxWizardEvent, wxWizardPage, @ref overview_samplewizard "wxWizard sample"
 */
 class wxWizard : public wxDialog
 {
@@ -471,3 +470,4 @@ public:
     */
     void SetPageSize(const wxSize& sizePage);
 };
+