X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ae3c17b4013e80b99976c750c19fca47729517f6..3d0b488be00d44b89a3507063a3094bd15090ac9:/interface/wx/wizard.h?ds=inline diff --git a/interface/wx/wizard.h b/interface/wx/wizard.h index 8225b2f6d9..2ca1fef455 100644 --- a/interface/wx/wizard.h +++ b/interface/wx/wizard.h @@ -8,7 +8,6 @@ /** @class wxWizardPage - @wxheader{wizard.h} wxWizardPage is one of the screens in wxWizard: it must know what are the following and preceding pages (which may be @NULL for the @@ -79,7 +78,6 @@ 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, @@ -120,7 +118,6 @@ public: /** @class wxWizardPageSimple - @wxheader{wizard.h} wxWizardPageSimple is the simplest possible wxWizardPage implementation: it just returns the @@ -171,7 +168,6 @@ public: /** @class wxWizard - @wxheader{wizard.h} wxWizard is the central class for implementing 'wizard-like' dialogs. These dialogs are mostly familiar to Windows users and are nothing other than a