Re: pygtk dynamic table

2006-10-13 Thread Antoon Pardon
On 2006-10-12, JyotiC <[EMAIL PROTECTED]> wrote: > 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. > > wh

pygtk dynamic table

2006-10-12 Thread JyotiC
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 incr