pygtk-ruler标尺

#!/usr/bin/env python # -*- coding: utf-8 -*- import pygtk pygtk.require('2.0') import gtk class RulersExample: XSIZE = 400 YSIZE = 400 xpos=0.0 ypos=0.0 # This routine gets control when t
相关文章
相关标签/搜索