Please answer the question on the subject
Thx
frame = wx.Frame( None, title=“Hello wxPython”, style = wx.CLOSE_BOX | wx.CAPTION | wx.RESIZE_BORDER )
frame.Show( True )
app.MainLoop()
···
On Mon, Mar 24, 2008 at 7:55 PM, David Anderson zerty.david@gmail.com wrote:
Please answer the question on the subject
Thx
wxpython-users mailing list