ui.backend vocabulary
Factor handbook ยป Vocabulary index


Summary
UI backend hooks

Metadata
Authors:Slava Pestov


Words

Generic words
WordStack effect
(close-window)( handle -- )
(fullscreen?)( world -- ? )
(grab-input)( handle -- )
(open-window)( world -- )
(set-fullscreen)( world ? -- )
(ungrab-input)( handle -- )
(with-ui)( quot -- )
flush-gl-context( handle -- )
raise-window*( world -- )
select-gl-context( handle -- )
set-title( string world -- )
stop-event-loop( -- )
ui-backend-available?( -- ? )


Symbol words
ui-backend
ui-stop-after-last-window?


Files


Metadata files


Children from resource:basis
VocabularySummary
ui.backend.cocoaCocoa UI backend
ui.backend.gtk2Gtk-based UI backend
ui.backend.windows
ui.backend.x11