2006/12/24, [EMAIL PROTECTED] <[EMAIL PROTECTED]>:
Hello to every body, I would like passing from window to linux and I'm studing pygtk for developing GUIs; I use Glade to design the interface and so I bind to it with pygtk...but there's a thing that I'm not able to do, and I don't find any example about it, and I hope somebody can hep me. I have a glade file, with 3 windows (gtk.Window); how can I do to access to the single widgets of every window? For example, in window1 there is a gtk.Label called lbDesc, and there is another with the same name in window2. How can I refer to one or the other to set their text label? I'm sorry for my not perfect english, and I hope someone can answer to my question thank'you
You shouldn't use the same name on more than one widget on the same glade file, the only way to identify a widget is by its name. ------------------------------------------------------
Passa a Infostrada. ADSL e Telefono senza limiti e senza canone Telecom http://click.libero.it/infostrada24dic06 _______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
-- Un saludo, Alberto Ruiz
_______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
