Movatterモバイル変換


[0]ホーム

URL:


Jump to content
WikibooksThe Free Textbook Project
Search

Rebol Programming/reset-face

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

USAGE:

[edit |edit source]
RESET-FACE face /no-show

DESCRIPTION:

[edit |edit source]

Resets the primary value of a face.

RESET-FACE is a function value.

ARGUMENTS

[edit |edit source]
  • face -- (Type: any)

REFINEMENTS

[edit |edit source]
  • /no-show -- Do not show change yet

SOURCE CODE

[edit |edit source]
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]
Retrieved from "https://en.wikibooks.org/w/index.php?title=Rebol_Programming/reset-face&oldid=3353011"
Category:

[8]ページ先頭

©2009-2025 Movatter.jp