摘要:        
wxPython控件学习之wx.grid.Grid (包括对GridCellEditor和GridCelRender的扩展,以支持更多的grid cell 样式, 以GridCellColorEditor为例) 2012年10月08日 ⁄ 综合 ⁄ 共 10983字 ⁄ 字号 小 中 大 ⁄ 评论关闭 30元程序员衣装优惠券,仅剩3天!点击领取 wx.Grid 及其相关的类是用来显示和编...    阅读全文
posted @ 2017-02-23 22:54
wjbooks
阅读(2351)
评论(0)
推荐(0)
        
            
        
        
摘要:        
# -*- coding: cp936 -*- import wx import wx.grid import wx.lib.gridmovers as gridmovers import pymssql connect=pymssql.connect(host='wxpython',user='sa',password='',database='THIS4_0807') cursor=c...    阅读全文
posted @ 2017-02-23 22:50
wjbooks
阅读(2011)
评论(0)
推荐(0)
        
            
        
        
摘要:        
import wx, wx.gridclass GridData(wx.grid.PyGridTableBase): _cols = "a b c".split() _data = [ "1 2 3".split(), "4 5 6".split(), "7 8 9".split() ] _high    阅读全文
posted @ 2017-02-23 22:05
wjbooks
阅读(1329)
评论(0)
推荐(0)
        
 
                    
                
 浙公网安备 33010602011771号
浙公网安备 33010602011771号