Hello Kevin,

I previously answered email attaching my code, the idea is to enter data
in a text view and compare line by line as it is entering to a
reference.

El mié, 14-08-2013 a las 09:25 +0100, Kevin Philp escribió:

> In event driven programming you link events with your procedures. In
> your case the event sounds like its pressing the enter button. So you
> need to link the "event" of pressing the enter button with your
> procedure. Its been a while but I think the event is called something
> like onkeypress - grab that event, check if its ENTER, process if it is,
> if not just pass the event on down the line.
> 
> Kevin.
> 
> 
> -----Original Message-----
> From: Alejandro <kali...@gmail.com>
> To: GTK2-Perl List <gtk-perl-list@gnome.org>
> Subject: loop gtk
> Date: Tue, 13 Aug 2013 11:52:07 -0500
> 
> Hello,
> 
> I want to create a loop, my explanation is:
> 
> Using a text view, I will introduce values, one by one, and after
> pressing enter, the loop should compare the introduced value with the
> reference, but, I do not figure how to stablish the loop.
> 
> May you help?
> 
> Alejandro 
> _______________________________________________
> gtk-perl-list mailing list
> gtk-perl-list@gnome.org
> https://mail.gnome.org/mailman/listinfo/gtk-perl-list
> 
> 


_______________________________________________
gtk-perl-list mailing list
gtk-perl-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gtk-perl-list

Reply via email to