SndView.py 文件源码

python
阅读 17 收藏 0 点赞 0 评论 0

项目:SpatialTool 作者: JRcard 项目源码 文件源码
def __init__(self, parent, pos=(0, 0), size=(300, 200), style=0):
        wx.Panel.__init__(self, parent, pos=pos, size=size, style=style)
        box = wx.BoxSizer(wx.VERTICAL)
        self._curzoom = (0.0, 1.0)
        self.sndview = SndViewTablePanel(self, None)
        box.Add(self.sndview, 1, wx.EXPAND|wx.LEFT|wx.RIGHT|wx.TOP, 5)
        self.SetSizer(box)
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号