wxpython - Python如何在一个函数中调用另一个函数的对象
大家讲道理
大家讲道理 2017-04-18 09:27:02
0
2
333
大家讲道理
大家讲道理

光阴似箭催人老,日月如移越少年。

reply all (2)
黄舟

Try self.panel()

    阿神
    def __init__(self): wx.Frame.__init__(self,None," ",(0,0),(100,100)) self.panel = wx.Panel(self,-1) def a(self): print self.panel
      Latest Downloads
      More>
      Web Effects
      Website Source Code
      Website Materials
      Front End Template
      About us Disclaimer Sitemap
      php.cn:Public welfare online PHP training,Help PHP learners grow quickly!