Python Series Part 25: Canvas Widget - Part 1: The Canvas and Its Drawable Objects
We can think of the Canvas widget in Tkinter as similar to a painter's canvas; it lets you place graphical elements on it, such as shapes, but also objects. For this article, there is a lot to cover. The Canvas widget has a lot of parameters and methods to cover. Canvas Widget A Canvas is based on a graphical rendering of objects and drawings. The canvas itself can be scrollable if needed. To create a Canvas widget, you can give a name to the object. Such as: Code: canvas =... https://www.linux.org/threads/pytho...-1-the-canvas-and-its-drawable-objects.61668/