Re: loop gtk



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 <kaligod 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




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]