def centeredWindow(self, width, height, title):
     return _snack.centeredwindow(width, height, title)
示例#2
0
文件: snack.py 项目: 274914765/python
 def centeredWindow(self, width, height, title):
     return _snack.centeredwindow(width, height, title)