摘要: 本节介绍进度条的使用,先看代码:#!/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-22''' class GuageFrame(wx.Frame): def __init__(self): wx.Frame.__init__(self, None, -1, 'Gauge.. 阅读全文
posted @ 2012-07-22 13:28 Socrates 阅读(3037) 评论(0) 推荐(0) 编辑