Layout helpers for the TKinter GUI.
Bases: object
object
Class to automate grid layouts.
Adds a control to the grid.
control – the control to add.
span – the number of columns to span (defaults to 1).
opts – extra options for the grid layout.
Applies layout to the added controls.
GridLayouter
GridLayouter.add()
GridLayouter.layout()
tkgui.graphics module
tkgui.mods module