python-gtkmvc | model-view-controller (MVC) implementation for pygtk | Mehr ...
This MVC for pygtk2 helps with writing well structured code by splitting the program's code into three distinctive sections. A program written using this MVC pattern usually contains four parts: The view (providing access to the Glade widget tree), the controller (providing glue functions), the model (providing the abstract logic) and the main program (simply connecting the three parts mentioned before).
python-gtkmvc-doc | pygtkmvc documentation, tutorial and examples | Mehr ...
This MVC for pygtk2 helps with writing well structured code by splitting the program's code into three distinctive sections. A program written using this MVC pattern usually contains four parts: The view (providing access to the Glade widget tree), the controller (providing glue functions), the model (providing the abstract logic) and the main program (simply connecting the three parts mentioned before). . This package provides documentation, tutorial and examples.