def update(self):
"""
Display updating method.
This method is automatically called by the audio memory
object (SndTable) when the table is modified.
The method setTable(obj) must be used to register the audio
memory object.
"""
wx.CallAfter(self.sndview.setImage)
评论列表
文章目录