Lines Matching refs:wrap
34 def __init__(self, master, wrap=NONE, **kwargs): argument
49 text = self.text = Text(self, wrap=wrap)
62 if wrap == NONE:
74 def __init__(self, parent, contents, wrap='word'): argument
91 text.configure(wrap=wrap, highlightthickness=0, state='disabled')
108 def __init__(self, parent, title, contents, modal=True, wrap=WORD, argument
130 self.viewframe = ViewFrame(self, contents, wrap=wrap)
150 def view_text(parent, title, contents, modal=True, wrap='word', _utest=False): argument
161 return ViewWindow(parent, title, contents, modal, wrap=wrap, _utest=_utest)
164 def view_file(parent, title, filename, encoding, modal=True, wrap='word', argument
183 return view_text(parent, title, contents, modal, wrap=wrap,