| Rebol 2 |
Rebol 3 |
Description |
| unview/only window |
unview window |
Hide only the specified window |
| unview/all |
unview 'all |
Hide all windows |
| unview |
unview none |
Hide the last window opened |
| Rebol 2 |
Rebol 3 |
Description |
| face/parent-face |
parent-face? face |
Get the parent-face of a given face |
| Rebol 2 |
Rebol 3 |
Description |
| set-face/no-show face |
set-face face |
Sets a face without showing it |
| set-face |
set-face/show |
Sets a face and shows it |
| Rebol 2 |
Rebol 3 |
Description |
| view/new |
view/no-wait |
Creates a new window and returns immediately |
Category:Getting_Started
Category:R2 Vs. R3