I assume you mean a grid geometry manager, not a widget. Tk has a grid geometry manager. There is also another grid geometry manager available called "table" which is part of the BLT package (www.tcltk.com/blt) that is a bit easier to use IMHO. BLT also has a very complete 2D graph widget which is one of the main reasons I picked Tk for a graphing application I am writing.
Grid Geometry Manager for Tk (Score:1)