I can create a canvas like this.
root = TkRoot.new {title 'Diagram'}
canvas = TkCanvas.new(root)
I think I should be able to create a scrolled canvas like this, but it
doesn't work.
scrolled = TkScrolledcanvas.new(root)
I've search the mailing list for the answer and can't find it.
What's the correct syntax?