摘要:
Basic primitivesPoint最简单的几何对象是一个点。它是一个窗口上平面的点。DrawPoint(int x, int y)#!/usr/bin/python# -*- coding: utf-8 -*-import wximport randomclass Points(wx.Frame): def __init__(self, parent, id = -1, title = 'points club'): wx.Frame.__init__(self, parent, id, title, size=(250, 150)) self.Bin... 阅读全文
posted @ 2012-12-30 16:44
|残阳|露
阅读(1358)
评论(0)
推荐(0)

浙公网安备 33010602011771号