Introduction - Expert web-developer PHP (ZCE) / Python ...

This is a kind of a decorator widget. It is used to logically group various widgets. Note that this widget must be created before the widgets that it contains, and that those widgets should be siblings, not children, of the static box. 切换行号显示. 1 #!/usr/bin/python. 2 3 # staticbox.py. 4 5 import wx. 6 7 class MyDialog(wx.Dialog): ................
................