Exemple #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)
Exemple #2
0
 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
Exemple #3
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)
Exemple #4
0
 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