摘要: 本节看一个绘图按钮的使用,先看看代码:#!/usr/bin/env python# -*- coding: utf-8 -*-import wx''' Function:绘图 Input:NONE Output: NONE author: socrates blog:http://www.cnblogs.com/dyx1024/ date:2012-07-20''' class BitmapButtonFrame(wx.Frame): def __init__(self): wx.Frame.__init__(self, None, -... 阅读全文
posted @ 2012-07-20 22:33 Socrates 阅读(3577) 评论(0) 推荐(0) 编辑