Re: gtk eventHandler



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