Re: flow control question

2009-07-22 Thread Allin Cottrell
On Wed, 22 Jul 2009, Chris Vine wrote: > On Tue, 21 Jul 2009 23:45:38 -0400 (EDT) > Allin Cottrell wrote: > > On Tue, 21 Jul 2009, Dov Grobgeld wrote: > > > > > Here are two programs that implement through the text viewer > > > widget what you are asking for: > > > > > >- The Python console i

Re: flow control question

2009-07-22 Thread Chris Vine
On Tue, 21 Jul 2009 23:45:38 -0400 (EDT) Allin Cottrell wrote: > On Tue, 21 Jul 2009, Dov Grobgeld wrote: > > > Here are two programs that implement through the text viewer > > widget what you are asking for: > > > >- The Python console in gimp > >- GemTcl - a tcl interpreter > > > > The

Re: flow control question

2009-07-21 Thread Allin Cottrell
On Tue, 21 Jul 2009, Dov Grobgeld wrote: > Here are two programs that implement through the text viewer > widget what you are asking for: > >- The Python console in gimp >- GemTcl - a tcl interpreter > > The way I set up the interaction is to listen to both the > key-press-event and the in

Re: flow control question

2009-07-20 Thread Dov Grobgeld
Here are two programs that implement through the text viewer widget what you are asking for: - The Python console in gimp - GemTcl - a tcl interpreter The way I set up the interaction is to listen to both the key-press-event and the insert-text events of the text-viewer. The key-press-event