]> gitweb.factorcode.org Git - factor.git/blob - core/ui/gadgets/grid-lines.facts
063daa80b02f32a2c39891cf62b62a02a523a2a8
[factor.git] / core / ui / gadgets / grid-lines.facts
1 IN: gadgets
2 USING: help ;
3
4 HELP: grid-lines
5 { $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 " { $link grid-lines-color } " slot." } ;