예제 #1
0
 def openWindow(self, left, top, width, height, title):
     return _snack.openwindow(left, top, width, height, title)
예제 #2
0
파일: snack.py 프로젝트: 274914765/python
 def openWindow(self, left, top, width, height, title):
     return _snack.openwindow(left, top, width, height, title)