]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/wizard.h
Post size events to the event handler and not window itself.
[wxWidgets.git] / interface / wx / wizard.h
index 4afab8457d96782449cdd9bce64351da335b2569..9ffdbc86502ba85cca5186acc72df10191494553 100644 (file)
@@ -95,7 +95,7 @@ public:
 
     @beginEventTable{wxWizardEvent}
     @event{EVT_WIZARD_PAGE_CHANGED(id, func)}
-        The page has been just changed (this event can not be vetoed).
+        The page has been just changed (this event cannot be vetoed).
     @event{EVT_WIZARD_PAGE_CHANGING(id, func)}
         The page is being changed (this event can be vetoed).
     @event{EVT_WIZARD_PAGE_SHOWN(id, func)}
@@ -432,7 +432,7 @@ public:
     /**
         Executes the wizard starting from the given page, returning @true if it was
         successfully finished or @false if user cancelled it.
-        The @a firstPage can not be @NULL.
+        The @a firstPage cannot be @NULL.
     */
     virtual bool RunWizard(wxWizardPage* firstPage);