Re: How to catch enter pressed in a gtk entry text ?
- From: Paul Davis <pbd Op Net>
- To: Fl vio Alberto Lopes Soares <engenharia3 maqplas com br>
- Cc: Havoc Pennington <hp redhat com>, gtk-list gnome org
- Subject: Re: How to catch enter pressed in a gtk entry text ?
- Date: Tue, 15 Jan 2002 14:33:40 -0500
>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]