.gitignore
AUTHORS
COPYING
INSTALL
MANIFEST.in
NEWS
PKG-INFO.in
README
setup.py
docs/Makefile
docs/conf.py
docs/documentation.rst
docs/gettingstarted.rst
docs/index.rst
docs/api/adapters.rst
docs/api/controller.rst
docs/api/index.rst
docs/api/metaclasses.rst
docs/api/model.rst
docs/api/observable.rst
docs/api/observer.rst
docs/api/support.rst
docs/api/view.rst
docs/five_min/index.rst
docs/five_min/images/example1.png
docs/five_min/images/example2.png
docs/five_min/images/example_glade.png
docs/manual/adapt.rst
docs/manual/arch.rst
docs/manual/exam.rst
docs/manual/impl.rst
docs/manual/index.rst
docs/manual/install.rst
docs/manual/intro.rst
docs/manual/motiv.rst
docs/manual/mvc.rst
docs/manual/mvco.rst
docs/manual/obs.rst
docs/manual/observers.rst
docs/manual/op.rst
docs/manual/op_concrete.rst
docs/manual/op_constr.rst
docs/manual/op_logical.rst
docs/manual/op_special.rst
docs/manual/op_types.rst
docs/manual/progen.rst
docs/manual/images/adap.dia
docs/manual/images/adap.png
docs/manual/images/adap1.png
docs/manual/images/adap2.png
docs/manual/images/adap3.png
docs/manual/images/adapuml.dia
docs/manual/images/adapuml.png
docs/manual/images/arch.dia
docs/manual/images/arch.png
docs/manual/images/example.png
docs/manual/images/example_glade.png
docs/manual/images/main_classes.dia
docs/manual/images/main_classes.png
docs/manual/images/mvc.dia
docs/manual/images/mvc.png
docs/manual/images/obs.dia
docs/manual/images/obs.png
docs/manual/images/op_deps.dia
docs/manual/images/op_deps.png
docs/manual/images/treeview.png
docs/manual/images/widget.png
docs/quickstart/index.rst
docs/quickstart/images/diagram.dia
docs/quickstart/images/diagram.png
docs/quickstart/images/example.png
docs/quickstart/images/example2.png
docs/quickstart/images/example_glade.png
docs/quickstart/images/mvc.png
docs/quickstart/images/mvc_glade.png
docs/tutorial/common.rst
docs/tutorial/end.rst
docs/tutorial/index.rst
docs/tutorial/intro.rst
docs/tutorial/progen.rst
docs/tutorial/step1.rst
docs/tutorial/step2.rst
docs/tutorial/images/adap.png
docs/tutorial/images/appl.png
docs/tutorial/images/appl2.png
docs/tutorial/images/appl2_ann.dia
docs/tutorial/images/appl2_ann.png
docs/tutorial/images/glade.png
docs/tutorial/images/hello.png
docs/tutorial/images/progen.png
docs/tutorial/images/step2_hierarchy.png
docs/tutorial/images/step2_run1.png
docs/tutorial/images/step2_run2.png
docs/tutorial/images/step2_run3.png
docs/tutorial/images/step2_run4.png
docs/tutorial/images/step2_window_top.png
examples/README
examples/adapters/_importer.py
examples/adapters/adapters.glade
examples/adapters/arrow.py
examples/adapters/calendar.py
examples/adapters/container1.py
examples/adapters/container2.py
examples/adapters/container3.py
examples/adapters/crazy.py
examples/adapters/options.glade
examples/adapters/options.py
examples/adapters/simple.py
examples/adapters/simple2.py
examples/adapters/user_class.py
examples/basic/README
examples/basic/_importer.py
examples/basic/basic.glade
examples/basic/controller.py
examples/basic/main.py
examples/basic/model.py
examples/basic/view.py
examples/basic_manual/README
examples/basic_manual/_importer.py
examples/basic_manual/controller.py
examples/basic_manual/main.py
examples/basic_manual/model.py
examples/basic_manual/view.py
examples/converter/README
examples/converter/about
examples/converter/currencies
examples/converter/main1.py
examples/converter/main2.py
examples/converter/glade/about.glade
examples/converter/glade/amount.glade
examples/converter/glade/app.glade
examples/converter/glade/converter.glade
examples/converter/glade/currencies.glade
examples/converter/glade/currency.glade
examples/converter/src/__init__.py
examples/converter/src/controllers/__init__.py
examples/converter/src/controllers/about.py
examples/converter/src/controllers/amount.py
examples/converter/src/controllers/application.py
examples/converter/src/controllers/converter.py
examples/converter/src/controllers/currencies.py
examples/converter/src/controllers/currency.py
examples/converter/src/models/__init__.py
examples/converter/src/models/about.py
examples/converter/src/models/amount.py
examples/converter/src/models/application.py
examples/converter/src/models/converter.py
examples/converter/src/models/currencies.py
examples/converter/src/models/currency.py
examples/converter/src/utils/__init__.py
examples/converter/src/utils/_importer.py
examples/converter/src/utils/globals.py
examples/converter/src/views/__init__.py
examples/converter/src/views/about.py
examples/converter/src/views/amount.py
examples/converter/src/views/application.py
examples/converter/src/views/converter.py
examples/converter/src/views/currencies.py
examples/converter/src/views/currency.py
examples/custom_widget/_importer.py
examples/custom_widget/catalog.xml
examples/custom_widget/htmltextview.py
examples/custom_widget/htmlview.py
examples/custom_widget/htmlview.ui
examples/five_min_tutorial/_importer.py
examples/five_min_tutorial/example.glade
examples/five_min_tutorial/example.py
examples/i18n/de.po
examples/i18n/it.po
examples/i18n/otool.py
examples/i18n/red.pot
examples/i18n/red.py
examples/i18n/red.ui
examples/i18n/red.ui.h
examples/i18n/translation.py
examples/i18n/de_DE/LC_MESSAGES/red.mo
examples/i18n/it_IT/LC_MESSAGES/red.mo
examples/kiwi/_importer.py
examples/kiwi/delegate.glade
examples/kiwi/delegate.py
examples/mini-yoman/.hg_archival.txt
examples/mini-yoman/.hgignore
examples/mini-yoman/LICENSE
examples/mini-yoman/yoman
examples/mini-yoman/glade/about.glade
examples/mini-yoman/glade/window1.glade
examples/mini-yoman/glade/window3.glade
examples/mini-yoman/glade/yoman.glade
examples/mini-yoman/yomanlib/__init__.py
examples/mini-yoman/yomanlib/controllers/__init__.py
examples/mini-yoman/yomanlib/controllers/appctl.py
examples/mini-yoman/yomanlib/models/__init__.py
examples/mini-yoman/yomanlib/models/appmodel.py
examples/mini-yoman/yomanlib/utils/__init__.py
examples/mini-yoman/yomanlib/utils/_importer.py
examples/mini-yoman/yomanlib/utils/globals.py
examples/mini-yoman/yomanlib/utils/misc.py
examples/mini-yoman/yomanlib/views/__init__.py
examples/mini-yoman/yomanlib/views/appview.py
examples/niew/view.py
examples/niew/mini-yoman/LICENSE
examples/niew/mini-yoman/yoman
examples/niew/mini-yoman/glade/menu.xml
examples/niew/mini-yoman/glade/yoman.glade
examples/niew/mini-yoman/yomanlib/__init__.py
examples/niew/mini-yoman/yomanlib/controllers/__init__.py
examples/niew/mini-yoman/yomanlib/controllers/appctl.py
examples/niew/mini-yoman/yomanlib/models/__init__.py
examples/niew/mini-yoman/yomanlib/models/appmodel.py
examples/niew/mini-yoman/yomanlib/utils/__init__.py
examples/niew/mini-yoman/yomanlib/utils/_importer.py
examples/niew/mini-yoman/yomanlib/utils/globals.py
examples/niew/mini-yoman/yomanlib/utils/misc.py
examples/niew/mini-yoman/yomanlib/views/__init__.py
examples/niew/mini-yoman/yomanlib/views/appview.py
examples/observable/README
examples/observable/_importer.py
examples/observable/containers.py
examples/observable/custom.py
examples/observable/existing_class.py
examples/observable/new_class.py
examples/observable/signal.py
examples/observable/value.py
examples/sqlobject/_importer.py
examples/sqlobject/form.py
examples/sqlobject/form.ui
examples/sqlobject/sql_file.py
examples/sqlobject/table.py
examples/sqlobject/table.ui
examples/thread/README
examples/thread/_importer.py
examples/thread/controller.py
examples/thread/main.py
examples/thread/model.py
examples/thread/thread.glade
examples/thread/view.py
examples/treeview/_importer.py
examples/treeview/editor.py
examples/treeview/filtering.py
examples/treeview/log.py
examples/treeview/log.ui
examples/treeview/predicates.py
examples/treeview/search.py
examples/treeview/search.ui
examples/treeview/simple.py
examples/treeview/simple.ui
examples/treeview/single.ui
examples/treeview/sorted.py
examples/treeview/sorted.ui
examples/treeview/sorting.py
examples/treeview/update.py
examples/treeview/update.ui
examples/tutorial/README
examples/tutorial/step1/_importer.py
examples/tutorial/step1/ctrl_glade.py
examples/tutorial/step1/ctrl_glade_adap.py
examples/tutorial/step1/ctrl_no_glade.py
examples/tutorial/step1/main_glade.py
examples/tutorial/step1/main_glade_adap.py
examples/tutorial/step1/main_mixed.py
examples/tutorial/step1/main_no_glade.py
examples/tutorial/step1/model.py
examples/tutorial/step1/pygtkmvc-example.glade
examples/tutorial/step1/view_glade.py
examples/tutorial/step1/view_no_glade.py
examples/tutorial/step2/_importer.py
examples/tutorial/step2/ctrl.py
examples/tutorial/step2/main.py
examples/tutorial/step2/model.py
examples/tutorial/step2/view.py
examples/tutorial/step2/glade/tut_step2.glade
examples/tutorial/step2/img/green.png
examples/tutorial/step2/img/red.png
examples/tutorial/step2/img/yellow.png
examples/uimanager/accel.map
examples/uimanager/accelerator.py
examples/uimanager/action.py
examples/uimanager/actiongroup.py
examples/uimanager/actiongroup.ui
examples/uimanager/code.py
examples/uimanager/managed.ui
examples/uimanager/managed.xml
examples/uimanager/xml-accelerator.py
examples/uimanager/xml-code.py
examples/uimanager/xml-map.py
examples/uimanager/xml.py
examples/uimanager/subviews/README.txt
examples/uimanager/subviews/_importer.py
examples/uimanager/subviews/ctrls.py
examples/uimanager/subviews/main.py
examples/uimanager/subviews/models.py
examples/uimanager/subviews/spintool.py
examples/uimanager/subviews/views.py
examples/uimanager/subviews/ui/appl.glade
examples/uimanager/subviews/ui/bars.glade
examples/uimanager/subviews/ui/part1.glade
examples/uimanager/subviews/ui/part2.glade
examples/uimanager/subviews/ui/part3.glade
examples/uimanager/subviews/ui/ui.xml
examples/undo/_importer.py
examples/undo/undo.py
examples/undo/undo.ui
examples/undo/undo_manager.py
examples/undo/undo_manager_test.py
examples/userman/_importer.py
examples/userman/ctrl.py
examples/userman/example.glade
examples/userman/main.py
examples/userman/model.py
examples/userman/view.py
examples/website/_importer.py
examples/website/example1.glade
examples/website/example1.py
examples/website/example2.py
gtkmvc/__init__.py
gtkmvc/controller.py
gtkmvc/model.py
gtkmvc/model_mt.py
gtkmvc/observable.py
gtkmvc/observer.py
gtkmvc/view.py
gtkmvc/adapters/__init__.py
gtkmvc/adapters/basic.py
gtkmvc/adapters/containers.py
gtkmvc/adapters/default.py
gtkmvc/progen/README.txt
gtkmvc/progen/__init__.py
gtkmvc/progen/ctrl.py
gtkmvc/progen/globals.py
gtkmvc/progen/model.py
gtkmvc/progen/progen.glade
gtkmvc/progen/templates.py
gtkmvc/progen/view.py
gtkmvc/support/__init__.py
gtkmvc/support/decorators.py
gtkmvc/support/exceptions.py
gtkmvc/support/factories.py
gtkmvc/support/log.py
gtkmvc/support/metaclasses.py
gtkmvc/support/noconflict.py
gtkmvc/support/options.py
gtkmvc/support/utils.py
gtkmvc/support/wrappers.py
python_gtkmvc.egg-info/PKG-INFO
python_gtkmvc_dlr.egg-info/PKG-INFO
python_gtkmvc_dlr.egg-info/SOURCES.txt
python_gtkmvc_dlr.egg-info/dependency_links.txt
python_gtkmvc_dlr.egg-info/top_level.txt
scripts/gtkmvc-progen
tests/_importer.py
tests/adapter1.py
tests/adapter11.py
tests/adapter12.py
tests/adapter14.py
tests/adapter15.py
tests/adapter16.py
tests/adapter19.py
tests/adapter19.ui
tests/adapter2.py
tests/adapter20.py
tests/adapter20.ui
tests/adapter3.py
tests/adapter6.py
tests/adapter7.glade
tests/adapter7.py
tests/adapter9.py
tests/adapter_radio_actions.glade
tests/adapter_radio_buttons.glade
tests/adapter_radio_buttons_active.py
tests/adapter_radio_label.py
tests/adapter_radio_value.py
tests/adapters.glade
tests/adaptg.py
tests/add_objects.py
tests/all.py
tests/autoadapt.py
tests/autoconnect.py
tests/calendar.py
tests/cast.py
tests/constructors.py
tests/container.py
tests/custom_prop.py
tests/custom_props.py
tests/custom_wid.glade
tests/custom_wid.py
tests/deprec_observes.py
tests/generic_prop.py
tests/hierarchy.py
tests/initialization.py
tests/logic_props.py
tests/logic_props_deps.py
tests/model.py
tests/mutable_deps.py
tests/new_observable.py
tests/observe_with_pattern.py
tests/observer.py
tests/observer_test.py
tests/observes.py
tests/radio.py
tests/radio.ui
tests/seqwrap.py
tests/spurious_deps.py
tests/spuriousness.py
tests/sql.py
tests/test_builder.glade
tests/test_builder.py
tests/test_prop.py
tests/test_prop_container.py
tests/thread_containers.py
tests/thread_existing_class.py
tests/thread_new_class.py
tests/thread_signal.py
tests/thread_value.py
tests/tree_observer.py
tests/unwrap.py
tests/view_bench.py
tests/widget_iter.py
tests/widget_matching.py
tests/wildcards.py
tests/wrap.py