incr widgets (aka [iwidgets]) consists of a series of Tk widgets, built out of other widgets using the [incr Tk]/[incr Tcl] foundation classes. The source for iwidgets can be found at the http://sf.net/projects/incrtcl/ project CVS. Also, see http://incrtcl.sourceforge.net/iwidgets They include: * [buttonbox] * [calendar] * [canvasprintbox] * [canvasprintdialog] * [checkbox] * [combobox] * [dateentry] * [datefield] * [dialog] * [dialogshell] * [disjointlistbox] * [entryfield] * [extbutton] * [extfileselectionbox] * [extfileselectiondialog] * [feedback] * [fileselectionbox] * [fileselectiondialog] * [finddialog] * [hierarchy] * [hyperhelp] * [labeledframe] * [labeledwidget] * [mainwindow] * [menubar] * [messagebox] * [messagedialog] * [notebook] * [optionmenu] * [panedwindow] * [promptdialog] * [pushbutton] * [radiobox] * [scopedobject] * [scrolledcanvas] * [scrolledframe] * [scrolledhtml] * [scrolledlistbox] * [scrolledtext] * [selectionbox] * [selectiondialog] * [shell] * [spindate] * [spinint] * [spinner] * [spintime] * [tabnotebook] * [tabset] * [timeentry] * [timefield] * [toolbar] * [watch] ---- Has anyone worked on writing equivalents to these widgets using [Ttk] and some more recent [megawidget] infrastructure? ---- [LES] on 11-aug-2008: I just tried Iwidgets for the first time and for the first time also had version problems using Tcl/Tk: package require Iwidgets version conflict for package "Tcl": have 8.5a6, need 8.4-8.5 :-( ---- !!!!!! %| [Category Package] | [Category GUI] | [Category Widget] | [Category Itcl] |% !!!!!!