Movatterモバイル変換


[0]ホーム

URL:


Jump to content
WikibooksThe Free Textbook Project
Search

Rebol Programming/remove-event-func

From Wikibooks, open books for an open world
<Rebol Programming
This page may need to bereviewed for quality.

USAGE:

[edit |edit source]
REMOVE-EVENT-FUNC funct

DESCRIPTION:

[edit |edit source]

Remove an event function previously added.

REMOVE-EVENT-FUNC is a function value.

ARGUMENTS

[edit |edit source]
  • funct -- (Type: function)

SOURCE CODE

[edit |edit source]
remove-event-func: func [    "Remove an event function previously added."     funct [function!]][    remove find system/view/screen-face/feel/event-funcs :funct]
Retrieved from "https://en.wikibooks.org/w/index.php?title=Rebol_Programming/remove-event-func&oldid=3352991"
Category:

[8]ページ先頭

©2009-2025 Movatter.jp