Changeset 112 for widgets/arrow.r
- Timestamp:
- 12/31/07 22:18:08 (11 months ago)
- Files:
-
- 1 modified
-
widgets/arrow.r (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
widgets/arrow.r
r75 r112 16 16 feel: make default-feel [ 17 17 redraw: make function! [face act pos] [ 18 all [act = 'show face/color: either face/data [colors/ btn-down] [colors/btn-up]]18 all [act = 'show face/color: either face/data [colors/state-light] [colors/theme-light]] 19 19 ] 20 20 engage: make function! [face act event] [ … … 29 29 ] 30 30 ] 31 effect: reduce ['arrow colors/btn-text 'rotate 0] 32 edge: default-edge 33 rebind: make function! [] [effect/2: colors/btn-text] 31 effect: reduce ['arrow colors/page 'rotate 0] 32 rebind: make function! [] [effect/arrow: colors/page] 34 33 init: make function! [] [ 35 34 all [negative? size/y size/y: size/x]
