Rebol Programming/reset-face
Tools
General
Sister projects
In other projects
RESET-FACE face /no-show
Resets the primary value of a face.
RESET-FACE is a function value.
reset-face: func [ "Resets the primary value of a face." face /no-show "Do not show change yet" /local access][ if all [ access: get in face 'access in access 'reset-face* ] [ access/reset-face* face ] if not no-show [show face] face]