Re: gtk eventHandler
- From: Vincent Torri <torri math u-strasbg fr>
- To: mailing ralf-project de
- Cc: gtk-list gnome org
- Subject: Re: gtk eventHandler
- Date: Fri, 20 Feb 2004 11:15:44 +0100 (MET)
>
> i need a event handler for a gtkEntry which have the form "OnChange" or/
> and "OnPressEnter" and a method to call a function which handle the
> gtkEntry input!
the "activate" signal (when you stroke the enter key) :
http://developer.gnome.org/doc/API/2.0/gtk/GtkEntry.html#GtkEntry-activate
otherwise, "insert-text" or "changed" signals of a gtkeditable :
http://developer.gnome.org/doc/API/2.0/gtk/GtkEditable.html#GtkEditable-changed
regards
Vincent TORRI
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]