Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/examples/toolbar.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/toolbar.py')
-rw-r--r--examples/toolbar.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/toolbar.py b/examples/toolbar.py
index 66c09f0..6150be3 100644
--- a/examples/toolbar.py
+++ b/examples/toolbar.py
@@ -46,5 +46,7 @@ tollbarbutton_4 = ToolbarButton(
icon_name='document-save')
toolbar.top.insert(tollbarbutton_4, -1)
+print [i.props.page for i in toolbar.subs]
+
window.show_all()
gtk.main()