root/functions/set-color.r
| Revision 111, 192 bytes (checked in by ashley, 10 months ago) |
|---|
| Line | |
|---|---|
| 1 | set-color: make function! [ |
| 2 | "Set and show a widget's color attribute." |
| 3 | face [object!] |
| 4 | color [tuple! none!] |
| 5 | /no-show "Don't show" |
| 6 | ][ |
| 7 | face/color: color |
| 8 | unless no-show [show face] |
| 9 | ] |
Note: See TracBrowser
for help on using the browser.
