gegard wrote:
> ... or a way of catching the event at a higher level ...
I'm taking this approach, because I've sorted out how it works (and have not
yet worked out [if I can|how to] make the parent object methods visible). So
the binding and the click() are now at the top level.

Regards, Geoff

-------------------------------------------------------
....
list.bind('<ButtonRelease-1>', click)

def click(args=None) :
     print 'Clicked Selection', str(list.curselection())
....
-------------------------------------------------------

-- 
View this message in context: 
http://www.nabble.com/Method-calling-upwards--Listbox-arrow-events---tp18318831p18335037.html
Sent from the Python - tkinter-discuss mailing list archive at Nabble.com.

_______________________________________________
Tkinter-discuss mailing list
Tkinter-discuss@python.org
http://mail.python.org/mailman/listinfo/tkinter-discuss

Reply via email to