]> git.saurik.com Git - wxWidgets.git/blob - wxPython/demo/demo.py
added MSWAlwaysDrawBg() to account for controls such as sliders which must not draw...
[wxWidgets.git] / wxPython / demo / demo.py
1 #!/usr/bin/env python
2
3 import Main
4 Main.main()