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.
>
> 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
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to