Files
2019-05-24 15:35:56 -07:00

5 lines
149 B
Python

window = MyWindow() # Note: default ctor is used here.
window.Enable(false)
window.Create(parent, ... all the usual ctor arguments ...)