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