[Gtk-sharp-list] TextView widget ignores important events

Draek draek@localhost.localdomain
Mon, 09 Aug 2004 22:17:56 -0600


I would love to have some of you GTK folks help me with a little problem
I'm having with TextView. It seems I cannot map the KeyPressedEvent but
I can do KeyReleasedEvent. The Pressed event simply doesnt respond. The
attached event handler function doesnt get called when you press keys on
the keyboard.

Does anyone know why the TextView would disable the functionality of the
key press? Is this a bug in GTK#?

Any input would be appreciated.

PS: I checked out MonoDevelop source code, and I could not find anywhere
that attempts to do this, still havent found a program that does it in
C#.