ui.gadgets.grids: clarify docs

release
Slava Pestov 2010-04-08 10:22:59 -07:00
parent 85f3c69c70
commit b330595c3b
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ USING: ui.gadgets help.markup help.syntax arrays ;
IN: ui.gadgets.grids IN: ui.gadgets.grids
ARTICLE: "ui-grid-layout" "Grid layouts" 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 } { $subsections grid }
"Creating grids from a fixed set of gadgets:" "Creating grids from a fixed set of gadgets:"
{ $subsections <grid> } { $subsections <grid> }