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

    r111 r112  
    99        size:   -1x-1 
    1010        text:   "Untitled" 
    11         color:  colors/widget 
    12         effect: [draw [pen colors/edge line-width sizes/edge fill-pen none box 0x0 0x0 effects/radius pen none line 0x0 0x0]] 
    13         font:   make default-font-top [color: colors/menu] 
     11        effect: [draw [pen colors/outline-dark line-width sizes/edge fill-pen none box 0x0 0x0 effects/radius pen colors/page line 0x0 0x0]] 
     12        font:   make default-font-top [color: colors/outline-dark] 
    1413        para:   make default-para [origin: as-pair sizes/cell * 4 0] 
    1514        feel:   make default-feel [ 
     
    1918                                        face/color 
    2019                                        face/effect/draw/fill-pen: face/color 
    21                                         poke face/effect/draw 12 face/color 
     20                                        poke face/effect/draw 12 colors/page 
    2221                                        face/color: none 
    2322                                ] 
     
    3029        ] 
    3130        rebind: make function! [] [ 
    32                 color: colors/widget 
    3331                font/name: effects/font 
    3432                font/size: sizes/font 
    35                 font/color: colors/menu 
     33                font/color: colors/outline-dark 
    3634                para/origin/x: sizes/cell * 4 
    3735        ]