ui.gadgets.grids: clarify docs
parent
85f3c69c70
commit
b330595c3b
|
@ -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> }
|
||||
|
|
Loading…
Reference in New Issue