blob: 9e6bee4471d50395237223573c8be5153348074d [file] [log] [blame]
Jack Jansenfcdf4371996-04-10 14:43:17 +00001# Test TE module, simple version
2
3from Win import *
4from TE import *
5import Qd
6
7r = (40, 40, 140, 140)
8w = NewWindow(r, "TETextBox test", 1, 0, -1, 1, 0x55555555)
9##w.DrawGrowIcon()
10
11r = (10, 10, 90, 90)
12
13Qd.SetPort(w)
14t = TETextBox("Nobody expects the SPANISH inquisition", r, 1)
15
16import time
17time.sleep(10)