mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-13 23:37:07 +01:00
5 lines
149 B
Python
5 lines
149 B
Python
|
|
window = MyWindow() # Note: default ctor is used here.
|
|
window.Enable(false)
|
|
window.Create(parent, ... all the usual ctor arguments ...)
|