]>
git.saurik.com Git - wxWidgets.git/blob - wxPython/tests/testi.py
5fb4fced9c5d2b6965b3a471844254f8213e4758
3 from wxPython
.wx
import *
6 r1
= wxRect(0,0, 25, 500)
7 r2
= wxRect(10, 10, 50, 100)
9 r
= wxIntersectRect(r1
, r2
)
12 r
= wxIntersectRect(r1
, (50, 10, 50, 100))