Version 9 of Multicolumn listbox

Updated 2010-12-18 14:32:32 by zhangweiwu

There are a variety of ways of displaying multiple columns of data

Multiple fields:

Single field broken across multiple columns:

--

There are many ways of constructing simple table without using any specialized table widget. For example, packing a list of listboxes; layout many a entry / label using grid geometry manager of tk or the much older table geometry manager from BLT.


LV 2007-12018 I was looking at http://extjs.com/ , which provides a JavaScript table with many useful features. One of the features that I particularly liked was how by default, if the user makes a change in a table cell, the widget adds a tic mark indicating that it has been changed. That isn't the only nice feature - but certain one that I found appealing. Does anyone know of a Tk based table widget that provides that sort of functionality built in?


Category Widget - Category Command - Tk syntax help - Arts and Crafts of Tcl-Tk Programming