Differences between revisions 6 and 7
Revision 6 as of 2006-03-21 15:21:54
Size: 172
Editor: mailgate
Comment: Simplified a simple example
Revision 7 as of 2008-03-11 10:50:22
Size: 172
Editor: localhost
Comment: converted to 1.6 markup
Deletions are marked like this. Additions are marked like this.
Line 12: Line 12:
See also ["Getting Started"]. See also [[Getting Started]].

import wx
app = wx.App() 
frame = wx.Frame(None, title="Hello World") 
frame.Show() 
app.MainLoop() 

See also Getting Started.

HelloWorld (last edited 2008-03-11 10:50:22 by localhost)

NOTE: To edit pages in this wiki you must be a member of the TrustedEditorsGroup.