Sorry for the late reply, > > and Tk has a nice Canvas... > > > > (GTK really doesn't have a Table?) > > > GTK does have a table. Well, one can simulate one using tree-view and list store, but the last time I needed table header for each line, I had to link movement of 2 tree-views. It is not really a table/spread-sheet widget (unless there is one in the works in the new gtk version)... Vlad