Label fixes.

This commit is contained in:
Tomeu Vizoso
2007-02-13 18:09:45 +01:00
parent b48c5c0beb
commit b4a461605d
2 changed files with 7 additions and 21 deletions
+2 -2
View File
@@ -45,8 +45,8 @@ toolbar.append(button)
label = Label('mec moc')
toolbar.append(label)
label = Label('mac mic')
label.add_button('theme:stock-close', BUTTON_DELETE)
label = Label()
label.props.text = 'mac mic'
toolbar.append(label)
gtk.main()