68 self.button.show() 69 70 # and the window 71 self.window.show() 72 73 def main(self): 74 # All PyGTK applications must have a gtk.main().
確定! 回上一頁