I am wanting to display a nice header inside of a Tk::Text widget. I then want the user to be able to type things below that header. The problem I am having is that I don't want the user to be able to change the header in any way. It seems that I would be able to do this using some cleaver tricks with tags, but I can't figure out what that trick is. Anyone out there run into a similar problem?