[Gtk-sharp-list] TextView: Cannot Map Event

Phil Durand draek@shaw.ca
Tue, 27 Jul 2004 09:16:49 -0600


Seems I cant map the KeyPressEvent, ChangedEvent, InsertAtCursor to find out when the user has pressed a key while inside the text view.

Essentially what i'm trying to do is map the "ENTER" key press while in that window, and get "Control-ENTER" to go to the next line.

Whats wrong with TextView, doesnt it map those events? (why do none of them respond?)