More text entry stuff.

This commit is contained in:
Tomeu Vizoso
2007-02-09 17:34:08 +01:00
parent 6115b8af10
commit 105c66f25b
3 changed files with 54 additions and 24 deletions
+2
View File
@@ -44,9 +44,11 @@ button = Button('theme:stock-close')
frame.append(button)
entry = Entry()
entry.props.text = 'mec mac'
toolbar.append(entry, hippo.PACK_EXPAND)
entry2 = Entry()
entry2.props.text = 'moc muc'
toolbar.append(entry2, hippo.PACK_EXPAND)
gtk.main()