Re: [Tutor] Clickable listbox in Tkinter python 2

2015-06-15 Thread Alan Gauld
On 15/06/15 14:41, Ali Moradi wrote: the listbox should be on the same frame under the entry widget and the whole list should be visible, when the user types the word in Entry widger and clicks on search button, the listbox narrows down to that word only and now just (for example: waterakvo)

[Tutor] Clickable listbox in Tkinter python 2

2015-06-15 Thread Ali Moradi
let me put it this way: the listbox should be on the same frame under the entry widget and the whole list should be visible, when the user types the word in Entry widger and clicks on search button, the listbox narrows down to that word only and now just (for example: waterakvo) are visible. d