mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-07 20:40:11 +01:00
5 lines
164 B
Python
5 lines
164 B
Python
|
|
# FirstPage is an instance of wx.adv.WizardPageSimple
|
|
firstPage = FirstPage(self)
|
|
firstPage.Chain(SecondPage).Chain(ThirdPage).Chain(LastPage)
|