CLEANUP: Hi Patrick, nice project! You can use show_all there, keep going, it's great. :-)

git-svn-id: http://www.neo1973-germany.de/svn@54 46df4e5c-bc4e-4628-a0fc-830ba316316d
main
kriss 16 years ago
parent 94b026a797
commit ca22e6af6a

@ -284,22 +284,7 @@ class unitconvert(object):
self.clearbutton.connect('clicked', self.clear)
# Display all elements
self.box.show()
self.catbox.show()
self.catcombo.show()
self.catframe.show()
self.fromentry.show()
self.fromcombo.show()
self.fromframe.show()
self.frombox.show()
self.toentry.show()
self.tocombo.show()
self.toframe.show()
self.tobox.show()
self.sendbox.show()
self.clearbutton.show()
self.gobutton.show()
self.window.show()
self.window.show_all()
def main():
gtk.main()

Loading…
Cancel
Save