Changeset 112 for widgets/field.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/field.r

    r104 r112  
    1313        size:   50x5 
    1414        text:   "" 
    15         color:  colors/edit 
    16         edge:   default-edge 
     15        color:  colors/page 
     16        edge:   theme-edge 
    1717        font:   default-font 
    1818        para:   default-para 
    1919        feel:   edit/feel 
    20         rebind: make function! [] [color: colors/edit] 
     20        rebind: make function! [] [color: colors/page] 
    2121        init:   make function! [] [ 
    2222                if find options 'info [ 
    2323                        feel: none 
    24                         all [color = colors/edit color: colors/widget] 
     24                        all [color = colors/page color: colors/outline-light] 
    2525                ] 
    2626                para: make para [] ; avoid shared para object for scrollable input widget