Re: How to catch enter pressed in a gtk entry text ?



>I will use the "key_press" event because all windows in my application
>already use this signal, and I will send the gtk entry text contents to
>your manipulation function.

whether this is a good idea. if you really want to catch Enter, then
key_press (or key_release) is it. if you want to know when the entry
has been "finished", then the activate signal is a *lot* more correct.

--p



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