コード例 #1
0
 def __init__(self, the_canvas, object, size, the_xoffset, the_yoffset,
              the_type):
     ControlPoint.__init__(self, the_canvas, object, size, the_xoffset,
                           the_yoffset, the_type)
     self.SetEraseObject(False)
コード例 #2
0
ファイル: divided.py プロジェクト: souca/sixthdev
 def __init__(self, the_canvas, object, region, size, the_m_xoffset,
              the_m_yoffset, the_type):
     ControlPoint.__init__(self, the_canvas, object, size, the_m_xoffset,
                           the_m_yoffset, the_type)
     self.regionId = region
コード例 #3
0
ファイル: composit.py プロジェクト: elmore/sixthdev
 def __init__(self, the_canvas, object, size, the_xoffset, the_yoffset, the_type):
     ControlPoint.__init__(self, the_canvas, object, size, the_xoffset, the_yoffset, the_type)
     self.SetEraseObject(False)
コード例 #4
0
ファイル: divided.py プロジェクト: elmore/sixthdev
 def __init__(self, the_canvas, object, region, size, the_m_xoffset, the_m_yoffset, the_type):
     ControlPoint.__init__(self, the_canvas, object, size, the_m_xoffset, the_m_yoffset, the_type)
     self.regionId = region