摘要: wx.TextCtrl会创建一个文本编辑框 事例 text = wx.TextCtrl(parent=win) 创建立即显示 可以放在panel里 构造方法 __init__(parent, #父窗口 id=ID_ANY, #唯一标识 value='', #值/内容 pos=DefaultPosit 阅读全文
posted @ 2019-09-10 22:45 jawide 阅读(2321) 评论(0) 推荐(0) 编辑
摘要: wx.Image是一个顶层类(详细文档) wx.Image用来创建一个与平台无关的图像,或者加载图像 它与wx.Bitmap协同使用,既兼顾了兼容性,又兼顾了效率 构造方法 wx.Image有多个重载的__init__() 常用的__init(self,parent,type) Clear(self 阅读全文
posted @ 2019-09-10 18:11 jawide 阅读(1022) 评论(0) 推荐(0) 编辑