wxWizard

wxWizard

Creation Parameters
Functions/Procedures
Supertopics
Subtopics

wxWizard

[func]
run_wizard
( atom wizard, atom first_page )

Category: wxWizard

Executes the wizard starting from the given page, returning true if it was successfully finished or false if user cancelled it. The firstPage can not be NULL.


wxWizard

[func]
wizard_event_direction
( atom event )

Category: wxWizard

Returns the direction of the page change. For a forward change, the return value is 1, and the value is 0 for a backward change.


wxWizard

[func]
wizard_event_page
( atom event )

Category: wxWizard

Returns the pointer to the wxWizardPage that the event refers to.