Python/wxPython/Graphics: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

11 April 2019

10 April 2019

22 March 2019

21 March 2019

20 March 2019

  • curprev 09:4109:41, 20 March 2019Tacoball talk contribs 451 bytes +451 Created page with "<source lang="python"> #!/usr/bin/env python3 import wx class MyApp(wx.App): def OnInit(self): frame = wx.Frame(None, -1, 'Hello World!') frame.Bind(wx.E..."