Table of Contents
Provides the ability to insert a status bar into your Tkinter dialog. This example was adapted from Fredrik Lundh [1].
Your standard 'status bar' widget, which is basically a sunken label, that has read()/write() methods associated with it.
[1] | Lundh, Fredrik. "Status Bars". An Introduction to Tkinter. 27 July 2004. <http://local.eleceng.uct.ac.za/courses/EEE103W/python/www.pythonware.com/library/tkinter/introduction/x996-status-bars.htm> |