in reply to which widget?

Look at Re: multiple selection in a Perl/Tk HList

Replies are listed 'Best First'.
Re^2: which widget?
by liamlrb (Acolyte) on Apr 01, 2010 at 09:55 UTC
    What I want to be able to do is either enter a new value to be acted on or make selections ( sometimes multiple selections ) from previous entries... an entry widget with a button, and a listbox that drops down when the button is selected... I have a widget that uses a button to expose a listbox in a toplevel and now I need to make history entries as well as multiple selections. HLists won't work. thank you for taking the time and lending your expertise.