Rebol Programming/remove-event-func
Tools
General
Sister projects
In other projects
REMOVE-EVENT-FUNC funct
Remove an event function previously added.
REMOVE-EVENT-FUNC is a function value.
remove-event-func: func [ "Remove an event function previously added." funct [function!]][ remove find system/view/screen-face/feel/event-funcs :funct]