def __init__(self):
Toplevel.__init__(self)
self.escapeBindId = None # used to exit fullscreen
self.stopFunction = None # used to stop
self.geometry("+%d+%d" % (100, 100))
self.modal = False
self.blocking = False
# removed for python2.7
# def __getattr__(self, name):
# def handlerFunction(*args, **kwargs):
# print("Unknown function:", name, args, kwargs)
# return handlerFunction
#####################################
# SimpleGrid Stuff
#####################################
# first row is used as a header
评论列表
文章目录