MAC: The long-awaited first full alpha release of version 6 on the Macintosh for your testing pleasure! MAC: Changes from 5.10.x are too numerous to list, but include full multiple selection support ...
# canvas = tk.Canvas(window, bg = 'white', scrollregion = (0,0,2000,5000)) # canvas.create_line(0,0,2000,5000, fill = 'green', width = 10) ...