]> gitweb.factorcode.org Git - factor.git/blobdiff - unmaintained/ui/offscreen/offscreen-docs.factor
tools.test: Make the flag public. Finish porting tester changes to fuzzer.
[factor.git] / unmaintained / ui / offscreen / offscreen-docs.factor
index b9d68ffaeb48eaa9336c92003c6678de00e259f7..7fea48a48c3d86000ece7fabe414d89a169e1fa5 100644 (file)
@@ -51,13 +51,17 @@ HELP: open-offscreen
 
 ARTICLE: "ui.offscreen" "Offscreen UI rendering"
 "The " { $vocab-link "ui.offscreen" } " provides words for rendering gadgets to an offscreen buffer so that bitmaps can be made from their contents."
-{ $subsection offscreen-world }
+{ $subsections offscreen-world }
 "Opening gadgets offscreen:"
-{ $subsection open-offscreen }
-{ $subsection close-offscreen }
-{ $subsection do-offscreen }
+{ $subsections
+    open-offscreen
+    close-offscreen
+    do-offscreen
+}
 "Creating bitmaps from offscreen buffers:"
-{ $subsection offscreen-world>bitmap }
-{ $subsection gadget>bitmap } ;
+{ $subsections
+    offscreen-world>bitmap
+    gadget>bitmap
+} ;
 
 ABOUT: "ui.offscreen"