Exemple #1
0
 def _make_tk_calltip_window(self):
     # See __init__ for usage
     return calltip_w.CalltipWindow(self.text)
 def setUpClass(cls):
     requires('gui')
     cls.root = Tk()
     cls.root.withdraw()
     cls.text = Text(cls.root)
     cls.calltip = calltip_w.CalltipWindow(cls.text)