Changeset 112 for widgets/splitter.r

Show
Ignore:
Timestamp:
12/31/07 22:18:08 (11 months ago)
Author:
ashley
Message:

Added pill.r
Scroller fixes
Major color / theme management changes (in progress)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • widgets/splitter.r

    r110 r112  
    1010        } 
    1111        size:   1x25 
    12         color:  coal 
     12        color:  colors/outline-light 
    1313        feel:   make default-feel [ 
    1414                redraw: make function! [face act pos /local f p n] [ 
     
    3131                ] 
    3232                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] 
    3434                        show face 
    3535                ] 
     
    5555                ] 
    5656        ] 
    57         rebind: make function! [] [color: coal] 
     57        rebind: make function! [] [color: colors/outline-light] 
    5858]