Changeset 112 for widgets/splitter.r
- Timestamp:
- 12/31/07 22:18:08 (11 months ago)
- Files:
-
- 1 modified
-
widgets/splitter.r (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
widgets/splitter.r
r110 r112 10 10 } 11 11 size: 1x25 12 color: co al12 color: colors/outline-light 13 13 feel: make default-feel [ 14 14 redraw: make function! [face act pos /local f p n] [ … … 31 31 ] 32 32 over: make function! [face act pos] [ 33 face/color: either act [colors/ over] [coal]33 face/color: either act [colors/state-dark] [colors/outline-light] 34 34 show face 35 35 ] … … 55 55 ] 56 56 ] 57 rebind: make function! [] [color: co al]57 rebind: make function! [] [color: colors/outline-light] 58 58 ]
