Colour pinstripe/Display: Difference between revisions

m
Line 552:
 
const can = @GtkCanvas()
const win = GtkWindow(can, "Colour pinstripe/Display", 500400, 500400)
const colors = [colorant"black", colorant"red", colorant"green", colorant"blue",
colorant"magenta", colorant"cyan", colorant"yellow", colorant"white"]
Line 578:
 
show(can)
const cond = Condition()
endit(w) = notify(cond)
signal_connect(endit, win, :destroy)
4,103

edits