mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-31 16:10:07 +01:00
6 lines
131 B
Python
6 lines
131 B
Python
|
|
page3 = RadioBoxPage(wizard)
|
|
page4 = ValidationPage(wizard)
|
|
|
|
wx.adv.WizardPageSimple.Chain(page3, page4)
|