next up previous contents
Next: Constructor Up: Details of implementation Previous: View registration   Contents

Views

User's views derive from base class gtkmvc.View, that is the only part specific for the PyGTK graphic toolkit.

A View is always associated to a Controller. When the view is created, it registers itself to the controller by calling method Controller.register_view.

A View is also associated to a set of widgets. In general, this set can be organized as a set of trees of widgets. Each tree can be optionally be generated by using the Glade application (see section 6.1).



Subsections

Roberto Cavada 2008-08-26