http://colinbarnette.net/code/wxdemo.py
Code:
#!/usr/bin/python
import wx
class MainFrame(wx.Frame):
def __init__(self, parent, ID, title, pos=wx.DefaultPosition,
size=wx.DefaultSize, style=wx.DEFAULT_FRAME_STYLE):
wx.Frame.__init__(self, parent, ID, title, pos, size, style)
Leave a comment: