ui vocabulary
Factor handbook » Vocabulary index


Documentation
UI framework

Metadata
Authors:Slava Pestov


Words

Parsing words
WordSyntax
Image MAIN-WINDOW:MAIN-WINDOW: window-word { attributes } attribute-code ;
Image WINDOW:WINDOW: window-word { attributes } attribute-code ;


Generic words
WordStack effect
Image beep( -- )
Image close-window( gadget -- )
Image resize-window( world dim -- )
Image system-alert( caption text -- )


Ordinary words
WordStack effect
Image adjust-font-size( gadget delta -- )
Image close-all-windows( -- )
Image define-window( word attributes quot -- )
Image find-window( quot: ( world -- ? ) -- world/f )
Image find-windows( quot: ( world -- ? ) -- seq )
Image fullscreen?( gadget -- ? )
Image open-window( gadget title/attributes -- )
Image open-window*( gadget title/attributes -- window )
Image open-world-window( world -- )
Image parse-window-attributes( class -- attributes )
Image raise-window( gadget -- )
Image relayout-window( gadget -- )
Image set-fullscreen( gadget ? -- )
Image toggle-fullscreen( gadget -- )
Image topmost-window( -- world )
Image ui-running?( -- ? )
Image with-ui( quot: ( -- ) -- )


Files


Metadata files


Children from resource:basis
VocabularySummary
Image ui.event-loop
Image ui.toolsGraphical developer tools
Image ui.ui.factor
Image ui.images
Image ui.renderSupport for rendering gadgets via OpenGL
Image ui.clipboardsAbstract clipboard support
Image ui.backendUI backend hooks
Image ui.operationsOperations are commands which may be performed on a presentation's underlying object
Image ui.ui-docs.factor
Image ui.pixel-formatsCross-platform OpenGL context pixel format specifiers
Image ui.pens
Image ui.summary.txt
Image ui.themeLight and dark themes
Image ui.gesturesTranslating window system events to gestures, and delivering gestures to gadgets
Image ui.debugger
Image ui.traverseGadget tree traversal
Image ui.commandsUI command framework
Image ui.baseline-alignment
Image ui.text
Image ui.authors.txt
Image ui.gadgetsGadget hierarchy and layout management


Children from resource:extra
VocabularySummary
Image ui.toolsGraphical developer tools
Image ui.renderSupport for rendering gadgets via OpenGL
Image ui.utils
Image ui.pens
Image ui.windows
Image ui.gadgetsGadget hierarchy and layout management