miroslav.misek at netgarden.cz schrieb: > Please can anyone help me with creating excel like table in pygtk? > (I need borders around each cell in table) > I tried to search google, but found nothing :-( Is tv = gtk.TreeView () tv.set_grid_lines (gtk.TREE_VIEW_GRID_LINES_BOTH) what you need? Regards, Chris