Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorTomeu Vizoso <tomeu@tomeuvizoso.net>2007-02-09 16:34:08 (GMT)
committer Tomeu Vizoso <tomeu@tomeuvizoso.net>2007-02-09 16:34:08 (GMT)
commit105c66f25b9fa60d352f032170d15bc8a16e6c2a (patch)
treeebb2b8547320253277ff2467a3049fca7c7ebb2d /tests
parent6115b8af10aa755f71a29017b803e3a9d7168ec8 (diff)
More text entry stuff.
Diffstat (limited to 'tests')
-rwxr-xr-xtests/test-entry.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/test-entry.py b/tests/test-entry.py
index dd65dc8..9603d9c 100755
--- a/tests/test-entry.py
+++ b/tests/test-entry.py
@@ -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()