예제 #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)