REBOL Programming/hide

< REBOL Programming

USAGE:

HIDE face /show 

DESCRIPTION:

Hides a face or block of faces.

HIDE is a native value.

ARGUMENTS

REFINEMENTS

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.