[MonoDevelop] Which sigal for Gtk.Entry...

Oskar Berggren oskar.berggren at gmail.com
Wed Nov 11 17:31:26 EST 2009


2009/11/11 Oskar Berggren <oskar.berggren at gmail.com>:
> 2009/11/11  <stacheldraht at interia.pl>:
>> Am Mittwoch 11 November 2009 21:15:10 schrieb Adam Tauno Williams:
>>> Isn't there a "Changed" signal?
>>>
>> I tried it...but it wasn't fired. ;-(((
>>
>>
>
> You might want to try KeyPressEvent or KeyReleaseEvent inherited from GtkWidget.
>
> I can't find the "changed" signal mentioned in Gtk's own documentation
> for the entry widget, only in Mono's docs. I wonder where it comes
> from...

To answer my own question, the "changed" signal comes from the
GtkEditable interface, I just discovered. Is it possible that the
"changed" signal don't fire until the entry looses keyboard focus (and
has had its contents altered)?

/Oskar


More information about the Monodevelop-list mailing list