示例#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)