D | textview.py | 108 def __init__(self, parent, title, contents, modal=True, wrap=WORD, argument 136 self.is_modal = modal 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,
|