Skip to content

R3 Commands vs. R2 Commands

Christopher Ross-Gill edited this page Aug 1, 2016 · 1 revision

Table of Contents

Graphics

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

Parent-Face

Rebol 2 Rebol 3 Description
face/parent-face parent-face? face Get the parent-face of a given face

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

view

Rebol 2 Rebol 3 Description
view/new view/no-wait Creates a new window and returns immediately

Category:Getting_Started Category:R2 Vs. R3

Clone this wiki locally