[EMAIL PROTECTED] 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 _______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
