root/functions/set-color.r

Revision 111, 192 bytes (checked in by ashley, 10 months ago)

Split requestors off into %rebgui-requestors.r
Requestors and functions now appear in their respective parent objects
Added new on-resize handler
tab-panel.r and chat.r fixes
RebDOC.r enhancements

Line 
1set-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.