Provide fast access to all sub-widgets in Toolbar

This commit is contained in:
Aleksey Lim
2009-07-13 03:11:39 +00:00
parent 5d2c5b98ff
commit 165b9e1e05
2 changed files with 40 additions and 29 deletions
+2
View File
@@ -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()