File: README

package info (click to toggle)
adesklets 0.6.1-4
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 2,044 kB
  • ctags: 1,325
  • sloc: ansic: 5,939; sh: 3,983; python: 2,344; perl: 333; makefile: 211; yacc: 80; lex: 42
file content (31 lines) | stat: -rw-r--r-- 1,090 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
This is the test/demo directory. The following demo are given:

test.py .........once adesklets installed, run 'python test.py'. 
		 You should get a pseudo-transparent 100x100 window
		 with messages printed on the console as you move around.

test.pl .........once adesklets installed, run 'perl test.pl'.
                 You should get a pseudo-transparent 100x100 window
                 that react to user clicks by drawing red dots.

test_fr.py ......commented translation of the former

test_events.py ..uninspired test of dynamic remapping of events

bumpmap.py ......demonstration of Imlib2 dynamic filtering and
	         background image modification

fading.py .......demonstration of adesklets' indirect mode
	         on a well known transition effect

widgets.py ......demonstration of widgets creation for adesklets

threading.py ....demonstration of threads usage with adesklets

editor.py .......external editor launching test

flock.py ........fcntl file lock test

timming.py ......more extensive framework for event-testing and general
                 synchronicity