Table of Contents

wxWizardPage

Creation parameters:


A wxWizardPage is actually a panel that will be displayed in the wxWizard. You must call set_next_wizard_page() and set_prev_wizard_page() for each page to set the next and previous pages. The first and last pages will have previous and next pages of 0, respectively.

  • proc set_next_wizard_page( atom page, atom next )   
  • proc set_prev_wizard_page( atom page, atom prev )     
     
    Parent Topics:
  • Classes
  • Controls
  • wxWizard


    Table of Contents

    [proc]
    set_next_wizard_page
    ( atom page, atom next )

    Category: wxWizardPage

    See Also: set_prev_wizard_page



    Table of Contents

    [proc]
    set_prev_wizard_page
    ( atom page, atom prev )

    Category: wxWizardPage

    See Also: set_next_wizard_page