Table of Contents

Module: HelpTree PmwContribD-r2_0_1/HelpTree.py

Use the NavigableTree class to build a HelpTree class.

Imported modules   
import NavigableTree
import Pmw
import Tkinter
import TreeExplorer
import string
Functions   
move_text_left
  move_text_left 
move_text_left ( input_text )

Un-indent help messages.

Since multi-line strings embedded in programs will have unnatural (and potentially undesired) indention, they need to be adjusted before they are added to the help system.

To prevent a help string from losing all indention, place a vertical bar character (|) at the point on the line where the left margin should be. The | will be replaced with a space character.

Classes   
HelpExplorer

A widget for viewing a HelpTree.

HelpTree

A data structure to hold help text for a GUI application.


Table of Contents

This document was automatically generated on Mon Sep 17 17:47:46 2001 by HappyDoc version r2_0