#!/usr/bin/env python # example helloworld.py import pygtk pygtk.require('2.0') import gtk class HelloWorld: def hello(self, widget, data=None): print ...
確定! 回上一頁