pygtk dynamic table

JyotiC jyoti.chhabra at gmail.com
Thu Oct 12 03:50:16 EDT 2006


hi,

i am making a gui, which looks like excel sheets.
i want to give the user the facility of adding rows/columns at the run
time.
there is some initial size, but that can be increased any time during
the executation of the code.

what i have tried, is that i am using table.
so when ever user increase the size, i destroy the original table and
make a new one with the increased size.

is there a better way to do this ?

thanx in advance




More information about the Python-list mailing list