Files @ 9ab11204b0f9
Branch filter:

Location: OneEye/src/gui/util.py - annotation

Laman
StateBag exportuje záznam partie, BoardView zobrazuje pořadí tahů
1
2
3
class MsgMixin:
	def sendMsg(self,actionName,args=tuple(),kwargs=None):
		self.parent.sendMsg(actionName,args,kwargs)