Handbook
Glossary
grid-lines
Factor handbook
»
UI framework
»
Building user interfaces
»
Gadget hierarchy and layouts
»
Grid layouts
»
Grid lines
Next:
<grid-lines> ( color -- grid-lines )
Vocabulary
ui
.
gadgets
.
grid-lines
Class description
A class implementing the
draw-boundary
generic word to draw lines between the cells of a
grid
. The color of the lines is an instance of
color
, stored in the
color
slot.
Notes
See
Colors
.
Definition
IN:
ui.gadgets.grid-lines
TUPLE:
grid-lines
color
;
Methods
USING:
accessors
opengl
sequences
ui.gadgets.grid-lines
ui.gadgets.grid-lines.private
ui.pens
;
M:
grid-lines
draw-boundary
color>>
gl-color
compute-grid-lines
[
first2
gl-line
]
each
;