Ron Weidner napsal(a): >This doesn't work. Not an error though. :) What I'm >trying to do is get the text value of a label. > >def icon_click(self, event=None): > print event.widget.option_get("text", event.widget) > > > maybe event.widget['text'] ? what else you can put into brackets?: print event.widget.keys() what else can be after event.?: dir(event)
-- geon Vyjímka je pravidlo. Rekurzivní. _______________________________________________ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor