class documentation
class ShowText(object): (source)
Constructor: ShowText(root, title, text, width, ...)
A Tkinter window used to display a text. ShowText is typically used by graphical tools to display help text, or similar information.
Method | __init__ |
Undocumented |
Method | destroy |
Undocumented |
Method | find |
Undocumented |
Method | mainloop |
Enter the Tkinter mainloop. This function must be called if this window is created from a non-interactive program (e.g. from a secript); otherwise, the window will close as soon as the script completes. |
Instance Variable | _top |
Undocumented |