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)