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