Re: [Tutor] making a list in Tkinter with clickable items (Python 2.x)

2015-04-16 Thread Alan Gauld
On 16/04/15 11:00, Ali Moradi wrote: Hi, i want to load a bunch of words from my database into the listbox in Tkinter, make them clickable, and when i clicked on them the specific meaning of that word apears in a textbox beside the listbox. i have a code but it's not complete. i'm a beginner in

[Tutor] making a list in Tkinter with clickable items (Python 2.x)

2015-04-16 Thread Ali Moradi
Hi, i want to load a bunch of words from my database into the listbox in Tkinter, make them clickable, and when i clicked on them the specific meaning of that word apears in a textbox beside the listbox. i have a code but it's not complete. i'm a beginner in Python :( code: #!/bin/python from tki