Changeset 112 for widgets/group-box.r
- Timestamp:
- 12/31/07 22:18:08 (11 months ago)
- Files:
-
- 1 modified
-
widgets/group-box.r (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
widgets/group-box.r
r111 r112 9 9 size: -1x-1 10 10 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] 14 13 para: make default-para [origin: as-pair sizes/cell * 4 0] 15 14 feel: make default-feel [ … … 19 18 face/color 20 19 face/effect/draw/fill-pen: face/color 21 poke face/effect/draw 12 face/color20 poke face/effect/draw 12 colors/page 22 21 face/color: none 23 22 ] … … 30 29 ] 31 30 rebind: make function! [] [ 32 color: colors/widget33 31 font/name: effects/font 34 32 font/size: sizes/font 35 font/color: colors/ menu33 font/color: colors/outline-dark 36 34 para/origin/x: sizes/cell * 4 37 35 ]
