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.