Re: [Tutor] Tix: binding

2006-03-15 Thread John Fouhy
On 16/03/06, Adam <[EMAIL PROTECTED]> wrote: > On 15/03/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > I want to bind the cancel buttom of a ExFileSelectBox to a routine in my > > class, > Here's what I got from a little experimentation and print > box.cancel.bind.__doc__. > > >>> def bar(ac

Re: [Tutor] Tix: binding

2006-03-15 Thread Adam
On 15/03/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > I am looking at Tix and I am stuck with what seems to be a simple problem: > > I want to bind the cancel buttom of a ExFileSelectBox to a routine in my > class, but can not make it work. > I guess the problem is the same for any binding o

[Tutor] Tix: binding

2006-03-14 Thread hk
I am looking at Tix and I am stuck with what seems to be a simple problem: I want to bind the cancel buttom of a ExFileSelectBox to a routine in my class, but can not make it work. I guess the problem is the same for any binding of tix sub-widgets, so if someone could send some sample code. >>>