|
Size: 172
Comment: Simplified a simple example
|
← Revision 7 as of 2008-03-11 10:50:22 ⇥
Size: 172
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.
