ui vocabulary - Factor Documentation (original) (raw)
ui vocabulary
Factor handbook » Vocabulary index
Documentation
UI framework
Metadata
Authors: | Slava Pestov |
---|
Words
Parsing words
Word | Syntax |
---|---|
![]() |
MAIN-WINDOW: window-word { attributes } attribute-code ; |
![]() |
WINDOW: window-word { attributes } attribute-code ; |
Generic words
Word | Stack effect |
---|---|
![]() |
( -- ) |
![]() |
( gadget -- ) |
![]() |
( world dim -- ) |
![]() |
( caption text -- ) |
Ordinary words
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: ( -- ) -- ) |
Files
resource:basis/ui/ui.factor
resource:basis/ui/ui-docs.factor
Metadata files
resource:basis/ui/authors.txt
resource:basis/ui/summary.txt
Children from resource:basis
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 |
Children from resource:extra
Vocabulary | Summary |
---|---|
![]() |
Gadget hierarchy and layout management |
![]() |
Support for rendering gadgets via OpenGL |
![]() |
Graphical developer tools |
![]() |
|
![]() |