Rev 4048 | Rev 4349 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 4048 | Rev 4158 | ||
---|---|---|---|
Line 2... | Line 2... | ||
2 | !goto proc |
2 | !goto proc |
3 | !endif |
3 | !endif |
4 | slib_title=Draw a clock according to given time |
- | |
5 | slib_parms=4\ |
4 | |
6 | 0:0:0,time in hh:mm:ss\ |
- | |
7 | 200, clock size (120,160,200 or 240)\ |
- | |
8 | 1,style (1 or 2)\ |
- | |
9 | ,option words (exactmin, nosecond, nohour, nominute) |
- | |
10 | slib_author=Gang Xiao |
5 | slib_author=Gang Xiao |
11 | slib_out=Source for insdraw |
- | |
- | 6 | ||
12 | !exit |
7 | !exit |
13 | 8 | ||
14 | :proc |
9 | :proc |
15 | slib_sizes=120,160,200,240 |
10 | slib_sizes=120,160,200,240 |
16 | !distribute items $wims_read_parm into slib_time,slib_size,slib_style,slib_option |
11 | !distribute items $wims_read_parm into slib_time,slib_size,slib_style,slib_option |