On 12 Apr 2001, Colin Fox wrote:

> Hi. I'm using pyglade and enjoying it immensely. However, I can't seem
> to figure out how to create multiple simultaneous instances of a window.
> 
> The gimp, for example, has one each of the toolbox, layers, brushes, etc
> dialogs, but it has one image window per image.
> 
> How would you do something like this in pyglade?

  I think what you want is this:
        1- Give a name to the window you wish to duplicate in glade.
        2- Create a new xml tree: xml = GladeXML(file, root)
           where root=name of window (see 1)

> 
> Thanks,
> 
> Colin.
> _______________________________________________
> pygtk mailing list   [EMAIL PROTECTED]
> http://www.daa.com.au/mailman/listinfo/pygtk
> 

-- 
Gustavo J. A. M. Carneiro
[http://linuxdeec.fe.up.pt/~ee96090]

_______________________________________________
pygtk mailing list   [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk

Reply via email to