예제 #1
0
 def moveto(self, x, y):
     """move to absolute position.
     """
     Base.moveto(self, x, y)
     self.placeInnerObjects()
예제 #2
0
파일: window.py 프로젝트: Ripsnorta/pyui2
 def moveto(self, x, y):
     Base.moveto(self, x,y)