Re: [pygtk] force window to resize to show all enclosed widgets?

2000-05-25 Thread Aaron Optimizer Digulla
Quoting Joe Van Andel [EMAIL PROTECTED]: Using gtk+-1.2.7,glib-1.2.7,gnome-python-1.0.53 on Redhat 6.1 I have a toplevel window that initially shows some status messages. After it processes some data, it creates a table of widgets that control the rest of the application. The number of

Re: [pygtk] force window to resize to show all enclosed widgets?

2000-05-25 Thread Aaron Optimizer Digulla
On Thu, May 25, 2000 at 09:59:47AM -0600, Joe Van Andel wrote: I have a toplevel window that initially shows some status messages. After it processes some data, it creates a table of widgets that control the rest of the application. The number of rows in the table depends on the

Re: [pygtk] force window to resize to show all enclosed widgets?

2000-05-25 Thread James Henstridge
On Fri, 26 May 2000, Aaron Optimizer Digulla wrote: On Thu, May 25, 2000 at 09:59:47AM -0600, Joe Van Andel wrote: I tried window.queue_resize(), but it made no difference. I also tried the following, where self.__table is packed inside self.__vbox, and it didn't help, either. ??

[pygtk] force window to resize to show all enclosed widgets?

2000-05-24 Thread Joe Van Andel
Using gtk+-1.2.7,glib-1.2.7,gnome-python-1.0.53 on Redhat 6.1 I have a toplevel window that initially shows some status messages. After it processes some data, it creates a table of widgets that control the rest of the application. The number of rows in the table depends on the data. How