Files
Phoenix/docs/sphinx/rest_substitutions/snippets/python/converted/wx.adv.WizardPageSimple.Chain.2.py
2016-05-18 16:38:18 -07:00

5 lines
164 B
Python

# FirstPage is an instance of wx.adv.WizardPageSimple
firstPage = FirstPage(self)
firstPage.Chain(SecondPage).Chain(ThirdPage).Chain(LastPage)