On 2006-10-12, JyotiC <jyoti.chhabra at gmail.com> 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.
>> 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 ?
What about the resize method?
http://www.pygtk.org//docs/pygtk/class-gtktable.html#method-gtktable--resize
--
Antoon Pardon