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