| Authors: | Slava Pestov |
| Word | Syntax |
| MAIN-WINDOW: window-word { attributes } attribute-code ; |
| Word | Stack effect |
| ( -- ) | |
| ( gadget -- ) | |
| ( world dim -- ) | |
| ( caption text -- ) |
| Word | Stack effect |
| ( word attributes quot -- ) | |
| ( quot: ( world -- ? ) -- world ) | |
| ( gadget -- ? ) | |
| ( gadget title/attributes -- ) | |
| ( gadget title/attributes -- window ) | |
| ( world -- ) | |
| ( class -- attributes ) | |
| ( gadget -- ) | |
| ( gadget -- ) | |
| ( gadget ? -- ) | |
| ( gadget -- ) | |
| ( -- world ) | |
| ( -- ? ) | |
| ( quot: ( -- ) -- ) |
| Vocabulary | Summary |
| UI backend hooks | |
| ui.baseline-alignment vocabulary | |
| Abstract clipboard support | |
| UI command framework | |
| ui.debugger vocabulary | |
| ui.event-loop vocabulary | |
| Gadget hierarchy and layout management | |
| Translating window system events to gestures, and delivering gestures to gadgets | |
| ui.images vocabulary | |
| Operations are commands which may be performed on a presentation's underlying object | |
| ui.pens vocabulary | |
| Cross-platform OpenGL context pixel format specifiers | |
| Support for rendering gadgets via OpenGL | |
| ui.text vocabulary | |
| Graphical developer tools | |
| Gadget tree traversal |
| Vocabulary | Summary |
| Gadget hierarchy and layout management | |
| Support for rendering gadgets via OpenGL | |
| ui.utils vocabulary |
| Vocabulary | Summary |
| ui.private vocabulary |