Chris Camacho wrote:

> All widgets are mapped to a user interface object via their glade id and 
> so they can be accessed like this...
> ui.entry1.set_text("hello world")

Actually i like the idea. I think I'll consider it for the View part 
of gtkmvc, instead of having view['entry1'].set_text having 
view.entry1.set_text is much better.

Thanks,
  r.
_______________________________________________
pygtk mailing list   [email protected]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://faq.pygtk.org/

Reply via email to