]> gitweb.factorcode.org Git - factor.git/commitdiff
link MAIN-WINDOW: docs into UI docs
authorJoe Groff <arcata@gmail.com>
Sat, 16 Jan 2010 19:04:57 +0000 (11:04 -0800)
committerJoe Groff <arcata@gmail.com>
Sat, 16 Jan 2010 19:04:57 +0000 (11:04 -0800)
basis/ui/ui-docs.factor

index 9421fdf2d77d95fb300e9a33bd97e6a0d8e36121..87750480f21e71598abb81dd2bacd637060c3fbe 100644 (file)
@@ -150,7 +150,9 @@ ARTICLE: "ui-windows" "Top-level windows"
 "When the gadget is removed from a parent shown in a top-level window, or when the top-level window is closed, a corresponding generic word is called to clean up:"
 { $subsections ungraft* }
 "The root of the gadget hierarchy in a window is a special gadget which is rarely operated on directly, but it is helpful to know it exists:"
-{ $subsections world } ;
+{ $subsections world }
+"There is also syntax for defining a main window as the entry point for a vocabulary:"
+{ $subsections POSTPONE: MAIN-WINDOW: }
 
 ARTICLE: "ui-backend" "Developing UI backends"
 "None of the words documented in this section should be called directly by user code. They are only of interest when developing new UI backends."