Changeset 112 for widgets/led.r
- Timestamp:
- 12/31/07 22:18:08 (11 months ago)
- Files:
-
- 1 modified
-
widgets/led.r (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
widgets/led.r
r75 r112 11 11 } 12 12 size: -1x5 13 effect: [draw [pen colors/ edgefill-pen none box 0x0 0x0]]13 effect: [draw [pen colors/outline-light fill-pen none box 0x0 0x0]] 14 14 font: default-font 15 15 para: default-para-indented … … 18 18 all [ 19 19 act = 'show 20 face/effect/draw/4: select reduce [true colors/ true false colors/false] face/data20 face/effect/draw/4: select reduce [true colors/state-dark false colors/state-light] face/data 21 21 ] 22 22 ]
