Pinstripe/Display: Difference between revisions

m
Corrected two comments.
m (Corrected two comments.)
Line 844:
 
proc draw(area: DrawingArea; context: Context) =
## Draw the color bars.
 
const lineHeight = Height div 4
Line 883:
window.add(area)
 
# Connect the "draw" event to the callback to draw the spiralbars.
discard area.connect("draw", ondraw, pointer(nil))
 
Anonymous user