def openWindow(self, left, top, width, height, title):
     return _snack.openwindow(left, top, width, height, title)
Exemple #2
0
 def openWindow(self, left, top, width, height, title):
     return _snack.openwindow(left, top, width, height, title)