[Pygui] Dynamically changing Column or Row contents.

Greg Ewing greg.ewing at canterbury.ac.nz
Tue Oct 19 08:03:39 CEST 2010


Steve McClure wrote:

> Not completely.  I still get an empty Column if I:
> 
> self.servers = Column([])
> 
> then run the code below.  There must be some property or method 
 > that causes the column/window to be resized according to its contents.

No, there isn't, sorry. The Row and Column classes (and most other
containers) lay out their contents once when you create them. They're
not designed to cope with dynamically adding and removing subcomponents.

-- 
Greg


More information about the Pygui mailing list