new and updated tests

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@44583 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2007-02-28 21:42:29 +00:00
parent 9ba691fd6a
commit a2a197f5d7
2 changed files with 201 additions and 1 deletions

View File

@@ -4,7 +4,7 @@ wx.GraphicsContext.
"""
import wx
import os; print "PID:", os.getpid(); raw_input("Press Enter...")
#import os; print "PID:", os.getpid(); raw_input("Press Enter...")
class TestPanel(wx.Panel):