R3 Commands vs. R2 Commands
From DocBase
Contents |
[edit]
Graphics
[edit]
unview
| 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 |
[edit]
Parent-Face
| Rebol 2 | Rebol 3 | Description |
|---|---|---|
| face/parent-face | parent-face? face | Get the parent-face of a given face |
[edit]
set-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 |
[edit]
view
| Rebol 2 | Rebol 3 | Description |
|---|---|---|
| view/new | view/no-wait | Creates a new window and returns immediately |
|
Getting Started Pages |
Chapters |
|
