.\" This is a wxWidgets manpage page generated from the XML docs .TH wxWizardEvent 3wx 2005-02-15 "wxWidgets" "wxWidgets class documentation" .SH NAME wxWizardEvent \- A wizard event .SH DESCRIPTION wxWizardEvent class represents an event generated by the wizard : this event is first sent to the page itself and, if not processed there, goes up the window hierarchy as usual. .SH "PARENTS" wxNotifyEvent wxCommandEvent wxEvent wxObject .SH "INCLUDE FILES" wx/wizard.h .SH MEMBERS .SS wxWizardEvent (wxEventType type = wxEVT_NULLint id = -1bool direction = true) Constructor. It is not normally used by the user code as the objects of this type are constructed by wxWizard. .SS bool GetDirection () Return the direction in which the page is changing: for EVT_WIZARD_PAGE_CHANGING , return true if we're going forward or false otherwise and for EVT_WIZARD_PAGE_CHANGED return true if we came from the previous page and false if we returned from the next one. .SS wxWizardPage* GetPage () Returns the wxWizardPage which was active when this event was generated. .SH EVENTS .SS EVT_WIZARD_PAGE_CHANGED(id, func) The page has been just changed (this event can not be vetoed). .SS EVT_WIZARD_PAGE_CHANGING(id, func) The page is being changed (this event can be vetoed). .SS EVT_WIZARD_CANCEL(id, func) The user attempted to cancel the wizard (this event may also be vetoed). .SS EVT_WIZARD_HELP(id, func) The wizard help button was pressed. .SS EVT_WIZARD_FINISHED(id, func) The wizard finished button was pressed. .SH "SEE ALSO" wxNotifyEvent wxCommandEvent wxEvent wxObject wxWizard wxWizard sample .SH "AUTHORS" Documentation content by Julian Smart, Robert Roebling, Vadim Zeitlin, Robin Dunn, et al Conversion to manpage format by Arnout Engelen (http://bzzt.net), bugreports welcome.