Doing an application in Tix (Python), I want to include help documentation. I see a "regular" Help format i.e. the left-hand side is the index, a tree with the hierarchy of topics, and the right-hand side displays the currently selected topic. Additionally there should be a search capability as well. I was hoping that there was already a common dialog/framework for this but cannot find anything through google searches. It's not a big deal coding my own but would rather not recreate the wheel if not necessary.
Thanks