graphics/GraphicCommons.py
changeset 1857 524ff4dbb7d9
parent 1852 70c1cc354a8f
child 1868 616c3f4bcbcb
equal deleted inserted replaced
1856:c2cba67145eb 1857:524ff4dbb7d9
  1643     def SetPosition(x, y):
  1643     def SetPosition(x, y):
  1644         pass
  1644         pass
  1645 
  1645 
  1646     # Forbids to change the wire size
  1646     # Forbids to change the wire size
  1647     def SetSize(width, height):
  1647     def SetSize(width, height):
  1648         pass
       
  1649 
       
  1650     # Forbids to et size of the group elements to their minimum size
       
  1651         pass
  1648         pass
  1652 
  1649 
  1653     # Moves and Resizes the element for fitting scaling
  1650     # Moves and Resizes the element for fitting scaling
  1654     def SetBestSize(self, scaling):
  1651     def SetBestSize(self, scaling):
  1655         if scaling is not None:
  1652         if scaling is not None: