summaryrefslogtreecommitdiff
path: root/examples/Makefile.am
diff options
context:
space:
mode:
authorJohan Dahlin <jdahlin@async.com.br>2008-02-14 14:07:01 +0000
committerJohan Dahlin <johan@src.gnome.org>2008-02-14 14:07:01 +0000
commitd253ccd0be27168c59231542cf39f8f82c0dead4 (patch)
tree73c28360b214383f2555d747d641eb52c9c2c8c6 /examples/Makefile.am
parentae1acc77a740e2db534b070a4877a36e534d7158 (diff)
downloadpygtk-d253ccd0be27168c59231542cf39f8f82c0dead4.tar.gz
Add an application example, which includes hoovering statusbar updates
2008-02-14 Johan Dahlin <jdahlin@async.com.br> * examples/Makefile.am: * examples/gtk/application.py: Add an application example, which includes hoovering statusbar updates using a ui manager. svn path=/trunk/; revision=2963
Diffstat (limited to 'examples/Makefile.am')
-rw-r--r--examples/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/Makefile.am b/examples/Makefile.am
index 58d07ae1..43f33103 100644
--- a/examples/Makefile.am
+++ b/examples/Makefile.am
@@ -19,6 +19,7 @@ EXTRA_DIST = \
gobject/editable-interface.py \
gobject/properties.py \
gobject/signal.py \
+ gtk/application.py \
gtk/bin.py \
gtk/customtreemodel.py \
gtk/filechooser.py \