Re: [gtkmvc-users] Quickly
Brought to you by:
cavada
From: Tobias W. <to...@ce...> - 2010-04-14 11:40:38
|
On 14.04.2010, at 09:17, Luke Morton wrote: > TODO: issues I'm aware of. (I especially need help with anything tagged with a FIXME.) gtkmvc.View.__init__ already does set_transient, so you can remove that code. > NOTES: list of design decisions I made in adapting the ubuntu-project template. I agree that gtkmvc should offer something like your add_subview. But it's not very flexible. I like how these guys just unparent() and let the developer pack it somewhere manually: http://bitbucket.org/aafshar/pygtkhelpers-main/ BTW Qt does not require window instances, you can just display a VBox as a toplevel... |