예제 #1
0
 def __init__(self, etype, eid, value=taglib.DocStruct()):
     """Creates the event object"""
     wx.PyCommandEvent.__init__(self, etype, eid)
     self._value = value
예제 #2
0
 def __init__(self, etype, eid, value=taglib.DocStruct()):
     """Creates the event object"""
     super(TagGenEvent, self).__init__(etype, eid)
     self._value = value