Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!goblin3!goblin.stu.neva.ru!newsfeed3.funet.fi!newsfeeds.funet.fi!news.cc.tut.fi!not-for-mail From: Anssi Saari Newsgroups: comp.lang.python Subject: Re: problem with GKT module? Date: Mon, 16 May 2011 23:02:26 +0300 Lines: 20 Message-ID: References: NNTP-Posting-Host: pepper.modeemi.fi Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: news.cc.tut.fi 1305576146 20053 2001:708:310:3430:203:baff:fe7d:42dd (16 May 2011 20:02:26 GMT) X-Complaints-To: abuse@tut.fi NNTP-Posting-Date: Mon, 16 May 2011 20:02:26 +0000 (UTC) User-Agent: Gnus/5.101 (Gnus v5.10.10) Emacs/21.3 (usg-unix-v) Cancel-Lock: sha1:mAY5pL8L8+GjztgcUQ1mu9kyb8Q= Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:5535 Alister Ware writes: > On Fri, 13 May 2011 13:13:00 +0000, alister ware wrote: > >> I am using gtk.builder with a glade generated GUI >> >> I have a simple call back defined for a radio button widget when I use >> widget.name in linux I get a value of None, windows returns the widget >> name as I would expect. >> >> is this a bug? >> if not how should i find the name of the widget that has triggered a >> call back? >> >> (I would like all my radio buttons to go to the same callback routine if >> possible to make code maintenance easier) >> > So nobody has any Ideas on this at all? You may want to post runnable code demonstrating your problem.