Home | History | Annotate | Download | only in idlelib

Lines Matching refs:label

38         self.label = None
56 if not self.label:
72 self.label = Tkinter.Label(self.editwin.top,
80 # Pack the label widget before and above the text_frame widget,
82 self.label.pack(side=TOP, fill=X, expand=False,
85 self.label.destroy()
86 self.label = None
88 str(self.label is not None))
164 self.label["text"] = '\n'.join(context_strings)
167 if self.label:
173 if self.label and newtextfont != self.textfont:
175 self.label["font"] = self.textfont