]> gitweb.factorcode.org Git - factor.git/blob - basis/ui/gadgets/grid-lines/grid-lines-docs.factor
0838f1ded773c04052dcab04aec0ff09e2cf2a19
[factor.git] / basis / ui / gadgets / grid-lines / grid-lines-docs.factor
1 USING: ui.gadgets help.markup help.syntax ui.gadgets.grids
2 ui.render ;
3 IN: ui.gadgets.grid-lines
4
5 HELP: grid-lines
6 { $class-description "A class implementing the " { $link draw-boundary } " generic word to draw lines between the cells of a " { $link grid } ". The color of the lines is a color specifier stored in the " { $snippet "color" } " slot." } ;