Letter for Mimi 2 – wip #27

Creating scrollbars in Tkinter is not a trivial task. In the window above, which is a topLevel, a Canvas is added which contains all the Labels. The Scrollbars are then assigned to the topLevel and set to scroll the Canvas. When creating a window manager, I would imagine that adding a scrollbar is something of …