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