pygtk-menu使用itemfactory

#!/usr/bin/env python # example itemfactory.py import pygtk pygtk.require(’2.0’) import gtk class ItemFactoryExample: # Obligatory basic callback def print_hello(self, w, data): print "Hello, Wo
相關文章
相關標籤/搜索