Re: gtk eventHandler

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

 



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

_______________________________________________

gtk-list@xxxxxxxxx
http://mail.gnome.org/mailman/listinfo/gtk-list

[Index of Archives]     [Touch Screen Library]     [GIMP Users]     [Gnome]     [KDE]     [Yosemite News]     [Steve's Art]

  Powered by Linux