예제 #1
0
 def setWidth(self, width):
     DialogBox.setWidth(self, "%dpx" % width)
     self.sp.setWidth("%dpx" % (width - 20))
예제 #2
0
파일: HTMLDialog.py 프로젝트: Afey/pyjs
 def setWidth(self, width):
     DialogBox.setWidth(self, "%dpx" % width)
     self.sp.setWidth("%dpx" % (width-20))