Lines Matching refs:demo
10 (1) How to use the demo viewer
11 (2) How to add your own demos to the demo repository
14 (1) How to use the demo viewer.
20 The demo viewer windows can be resized. The divider between text
26 Press START button to start the demo.
33 Press START button to start the demo.
36 as in an ordinary demo script.
50 between events concerning the demo script and those concerning the
51 demo-viewer. (They run in the same process.) Strange behaviour may be
57 (2) How to add your own demos to the demo repository
60 IMPORTANT! When imported, the demo should not modify the system
78 - If the demo is EVENT DRIVEN, main must return the string
79 "EVENTLOOP". This informs the demo viewer that the script is
82 If an "EVENTLOOP" demo runs by itself, as with clock, which uses
86 a demo; it only acts in response to mouse clicks and movements.)
353 "demo running...", "black")
398 demo = DemoWindow()
399 demo.root.mainloop()