< Rebol Programming
USAGE:
REMOVE-EVENT-FUNC funct
DESCRIPTION:
Remove an event function previously added.
REMOVE-EVENT-FUNC is a function value.
ARGUMENTS
- funct -- (Type: function)
SOURCE CODE
remove-event-func: func [
"Remove an event function previously added."
funct [function!]
][
remove find system/view/screen-face/feel/event-funcs :funct
]
This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.