./configure --prefix support for perl
[adesklets.git] / test / README
blobb9b4b5d6a9d325352936c63b9c3c61ee06664d43
1 This is the test/demo directory. The following demo are given:
3 test.py .........once adesklets installed, run 'python test.py'. 
4                  You should get a pseudo-transparent 100x100 window
5                  with messages printed on the console as you move around.
7 test.pl .........once adesklets installed, run 'perl test.pl'.
8                  You should get a pseudo-transparent 100x100 window
9                  that react to user clicks by drawing red dots.
11 test_fr.py ......commented translation of the former
13 test_events.py ..uninspired test of dynamic remapping of events
15 bumpmap.py ......demonstration of Imlib2 dynamic filtering and
16                  background image modification
18 fading.py .......demonstration of adesklets' indirect mode
19                  on a well known transition effect
21 widgets.py ......demonstration of widgets creation for adesklets
23 threading.py ....demonstration of threads usage with adesklets
25 editor.py .......external editor launching test
27 flock.py ........fcntl file lock test
29 timming.py ......more extensive framework for event-testing and general
30                  synchronicity