示例#1
0
 def move(self, dx, dy):
     """move relative to current position.
     """
     Base.move(self, dx, dy)
     self.placeInnerObjects()
示例#2
0
文件: window.py 项目: Ripsnorta/pyui2
 def move(self, x, y):
     Base.move(self, x,y)