Commit Graph

7 Commits

Author SHA1 Message Date
Robin Dunn
4b4e642c4f Merge pull request #874 from RobinD42/fix-issue783
Add a wx.GraphicsContext.Create overload for wx.AutoBufferedPaintDC
(cherry picked from commit c798be08a3)
2018-05-31 21:17:55 -07:00
Metallicow
9568103974 Trim trailing space unittests directory 2016-12-05 16:19:11 -06:00
Scott Talbert
d080de015b Fix graphics tests
Tests that create a GraphicsContext from the frame need to wait a bit for the
window to be realized so they don't crash.  Also, CreateSubBitmap() isn't
implemented for wxCairo, so skip it there.
2016-08-10 23:33:14 -04:00
Robin Dunn
bb01dc0d7f Use absolute import of wtc in the unittest modules, instead of depending on them being run as __main__ and getting the folder on the sys.path by default. 2016-06-30 16:49:19 -07:00
Robin Dunn
4f38ee259d Remove imp_unittest 2016-05-07 19:16:28 -07:00
Robin Dunn
d06ebbe4e2 another test
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@69407 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2011-10-13 06:45:20 +00:00
Robin Dunn
4f675b544c Lots of enhancments and additions for wxGraphics classes. Added unittests too.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@69402 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2011-10-13 06:36:10 +00:00