News

Call withSize and withPosition to set the size and position of the widget in the tab. withSize sets the number of columns wide and rows high the widget should be. For example, calling withSize(1, 1) ...
This widget is a good introduction to making tcl/tk type widgets in Python. The widget initializes with a grid of points, allowing you to draw a circle/ellipse as you wish on the screen. As soon as ...