I'm really just starting out with using Tk, so I don't yet know my way around the many components that others have already built. There are several variants on file selection dialogs, but I can't seem to find a widget that both:
Is not a dialog. That is, it's a widget that I could drop (permanently) into another window.
Supports the selecting of multiple file, particularly with good support for what would be the most common case: selecting all files in a directory.
Am I just looking in the wrong places or am I going to have to implement this myself?