factor/basis/ui/gadgets/grid-lines/grid-lines-docs.factor

7 lines
360 B
Factor
Raw Normal View History

2008-01-05 17:27:15 -05:00
USING: ui.gadgets help.markup help.syntax ui.gadgets.grids
ui.render ;
IN: ui.gadgets.grid-lines
2007-09-20 18:09:08 -04:00
HELP: grid-lines
{ $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." } ;