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

Are there some code examples? Thanks! Learning by looking to program
code!

>
>otherwise, "insert-text" or "changed" signals of a gtkeditable :
>
>http://developer.gnome.org/doc/API/2.0/gtk/GtkEditable.html#GtkEditable
-changed
>







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