Hello, I need a "File Buffered" Text widget (in Tkinter), that is a window over a buffered text file which would behave as if the entire file was loaded in memory (permitting the user to browse huge corpora text files). Before writing one from scratch, I would like to be sure that there is no such thing available somewhere. Thanks!