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

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to