class MsgMixin:
	def sendMsg(self,actionName,args=tuple(),kwargs=None):
		self.parent.sendMsg(actionName,args,kwargs)