> Try using Tix, a Tkinter extension included in the Python library. It
> provides a DirList widget:
>
thanx Gabriel..
--
http://mail.python.org/mailman/listinfo/python-list
On 15 dic, 04:30, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote:
> i am trying out tkinter to make a gui..i want to have a frame with an
> embedded file explorer next to a 'open directory' label..i tried out
> FileDialog and tkFileDialog methods but they open as pop up dialogs..
> how do i make thi
i am trying out tkinter to make a gui..i want to have a frame with an
embedded file explorer next to a 'open directory' label..i tried out
FileDialog and tkFileDialog methods but they open as pop up dialogs..
how do i make this packed into the frame the way button and other
widgets can be packed?