コード例 #1
0
 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)