Home | History | Annotate | Download | only in pynche

Lines Matching refs:configure

47             self.__text.configure(selectforeground=sfg)
50 self.__text.configure(selectbackground=sbg)
53 self.__text.configure(insertbackground=ibg)
139 r.configure(state=state)
141 l.configure(foreground=fg)
169 text.configure(foreground=colorname)
171 text.configure(background=colorname)
173 text.configure(selectforeground=colorname)
175 text.configure(selectbackground=colorname)
177 text.configure(insertbackground=colorname)