Re: problem with GKT module?

2011-05-17 Thread Alister Ware
On Mon, 16 May 2011 14:56:38 -0500, harrismh777 wrote: alister ware wrote: def callback(self,widget,data=None): print widget #gives reference to radio button ok print widget.name #widget name on windoze, None on linux Well,

Re: problem with GKT module?

2011-05-16 Thread alister ware
On Sun, 15 May 2011 20:42:46 -0500, harrismh777 wrote: Alister Ware wrote: 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. First, not familiar with your issue... ...

Re: problem with GKT module?

2011-05-16 Thread harrismh777
alister ware wrote: def callback(self,widget,data=None): print widget #gives reference to radio button ok print widget.name #widget name on windoze, None on linux Well, you're obviously using Python 2.x ... ... have you

Re: problem with GKT module?

2011-05-16 Thread Anssi Saari
Alister Ware alister.w...@ntlworld.com writes: On Fri, 13 May 2011 13:13:00 +, 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

Re: problem with GKT module?

2011-05-15 Thread Alister Ware
On Fri, 13 May 2011 13:13:00 +, 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?

Re: problem with GKT module?

2011-05-15 Thread harrismh777
Alister Ware wrote: 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. First, not familiar with your issue... ... but might be able to help you think through it... I am

problem with GKT module?

2011-05-13 Thread alister ware
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