Classes |
AutoRangeEntry |
Compound widget which allows the user to enter the start and and
points of some range. |
AutoRangeEntryElement |
A compound widget containing two radio buttons, the second of which
has an entry field associated with it. |
FileEntry |
A labelled entry field for inputting a file name. |
FileSelector |
A scrolled listbox containing the names of selected files. |
FrameLayoutMixin |
Tansparently puts its child class into a container Frame. |
LabelledFrame |
An outlined frame with a label in the upper left hand corner. |
MessageText |
A scrolled textbox with support for color-coded program output. |
MultiFileDialog |
A file dialog which allows users to select multiple files at once. |
ScrolledCanvas |
A Tkinter 'Canvas' widget with scroll bars which appear as
necessary. |
ScrolledFrame |
A Tkinter 'Frame' widget with scroll bars which appear as
necessary. |
ScrolledList |
A Tkinter 'Listbox' widget with scroll bars which appear as
necessary. |
ScrolledMixin |
This mixin can be used with widgets which support Tk's scrolling API
(xscollcommand, xview, etc) to create a compound widget with scrollbars
which automagically appear and disappear. |
ScrolledText |
A Tkinter 'Text' widget with scroll bars which appear as
necessary. |
StatusBar |
A simple application status bar. |