Re: [gtkmvc-users] Quickly
Brought to you by:
cavada
From: Tobias W. <to...@ce...> - 2010-05-13 20:42:13
|
On 13.05.2010, at 06:02, Luke Morton wrote: >>> I'd remove the widget subclassing stuff. It's not necessary in gtkmvc and potentially confusing. > > I've removed the subview stuff That's not what I meant. The subclasses of gtk.Window or Dialog that the Ubuntu template uses can be removed, along with the Glade catalogs. Just replace them with the regular ones in the XML. You already moved all code into the gtkmvc.View subclasses. I notice you include gtkmvc from SVN. I'm all for copying the framework into each application, but it should probably be a release, or at least have a version number that makes it clear that the documentation on the website may not apply. This is a great chance to show more people how nice Observer is :) |