Package teamwork :: Package widgets :: Module bigwidgets :: Class ShowText
[hide private]
[frames] | no frames]

Class ShowText

source code

A Tkinter window used to display a text. ShowText is typically used by graphical tools to display help text, or similar information.

Instance Methods [hide private]
 
__init__(self, root, title, text, width=None, height=None, **textbox_options) source code
 
find_dimensions(self, text, width, height) source code
 
destroy(self, *e) source code
 
mainloop(self) source code