On this page:
View
View.handle
Window  View
8.12

3 Views🔗ℹ

interface

interface View

A view corresponds to #{view<%>} from racket/gui/easy.

Implementations of View include Button and Canvas.

property

property (v :: View).handle :: Any

Returns a Racket object that corresponds to the view for use directly with racket/gui/easy.

A window view corresponds to #{window-view<%>} from racket/gui/easy.

Create a WindowView using Window.