]> gitweb.factorcode.org Git - factor.git/commitdiff
ui.gadgets.grids: clarify docs
authorSlava Pestov <slava@slava-pestovs-macbook-pro.local>
Thu, 8 Apr 2010 17:22:59 +0000 (10:22 -0700)
committerSlava Pestov <slava@slava-pestovs-macbook-pro.local>
Thu, 8 Apr 2010 17:22:59 +0000 (10:22 -0700)
basis/ui/gadgets/grids/grids-docs.factor

index 10b3bb7259f5aaa2bfba8ccfc667095ef2ce8215..1632072ca2cd38d30d2be815562894a85cd0b4be 100644 (file)
@@ -2,7 +2,7 @@ USING: ui.gadgets help.markup help.syntax arrays ;
 IN: ui.gadgets.grids
 
 ARTICLE: "ui-grid-layout" "Grid layouts"
-"Grid gadgets layout their children in a rectangular grid."
+"Grid gadgets layout their children in a rectangular grid. The grid is represented as a sequence of sequences of gadgets. Every child sequence is a row of gadgets. Every row must have an equal number of gadgets in it."
 { $subsections grid }
 "Creating grids from a fixed set of gadgets:"
 { $subsections <grid> }