跳转到内容

Rebol 编程/hide

来自维基教科书,开放的书籍,为一个开放的世界
HIDE face /show 

隐藏一个面或一块面。

HIDE 是一个本机值。

  • face -- (类型:对象块)
  • /show -- 刷新被隐藏的面下的区域。

源代码

[编辑 | 编辑源代码]
hide: native[
    "Hides a face or block of faces." 
    face [object! block!] 
    /show "Refreshes the area under the face being hidden."
]
华夏公益教科书