def centeredWindow(self, width, height, title):
     return _snack.centeredwindow(width, height, title)
Beispiel #2
0
 def centeredWindow(self, width, height, title):
     return _snack.centeredwindow(width, height, title)