< Rebol Programming
USAGE:
HIDE face /show
DESCRIPTION:
Hides a face or block of faces.
HIDE is a native value.
ARGUMENTS
- face -- (Type: object block)
REFINEMENTS
- /show -- Refreshes the area under the face being hidden.
SOURCE CODE
hide: native[
"Hides a face or block of faces."
face [object! block!]
/show "Refreshes the area under the face being hidden."
]
This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.