factor/basis/ui/backend/backend-docs.factor

6 lines
217 B
Factor
Raw Normal View History

2017-06-27 17:29:52 -04:00
USING: help.markup help.syntax ;
IN: ui.backend
HELP: stop-event-loop
{ $description "Called by the UI to tell the backend to stop itself. Only needed by the GTK backend that otherwise gets stuck in 'gtk_main'." } ;