def __init__(self, root, title, text, func, *args, **kw):
Trace.__init__(self, trace = 0)
self.root = root
self.title = title
self.text = text
self.func = func
self.args = args
self.kw = kw
self.trace_1("OK Cancel dialog created\n")
syslog.openlog("tkController", syslog.LOG_LOCAL0)
评论列表
文章目录