Re: Signal when the content of a GtkEntry is changed



On Tue, 16 Aug 2005 13:13:08 -0500
Douglas Vechinski <douglas vechinski dynetics com> wrote:

 What may be desired is when the changes are done.  Suppose the
entry contained a value like 9.8 and someone wants to change the value
to 12.2.  This might be done my backspacing, deleting all the characters
and then entering 12.2. 

Then you have two choices: One is the "activate" signal, which gets sent
when you press <enter> and such. The other is the "focus-out-event" which
happens when you go elsewhere.

John



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