コード例 #1
0
ファイル: GfCenter.py プロジェクト: wavs/pfe-2011-scia
	def drawMeSquare(self, x, y, w, h, color):
		b.drawBox(x, y, w, h, color, False)