September 2017 Update

This commit is contained in:
Ingy döt Net 2017-09-23 10:01:46 +02:00
parent bba7bfd280
commit ba8067c3b7
14570 changed files with 153136 additions and 63871 deletions

View file

@ -63,7 +63,7 @@ class Honeycombs(
}
method display(title) {
fork {
{
var mw = %s'MainWindow'.new('-title' => title)
var canvas = mw.Canvas('-width' => 8*size,
'-height' => 8*size).pack
@ -77,7 +77,7 @@ class Honeycombs(
).pack
mw.bind('<Alt-q>', { btn.invoke })
tk.MainLoop()
}
}.fork
}
}