events
Luuk van den Poll <[email protected]> 27 May 2002 16:05:49 +0200
| Newsgroups | gmane.comp.gnome.gtkglarea |
|---|---|
| Message-ID | <[email protected]> |
Hi there, I am trying to catch the following events on the Gtk GL Area: enter-notify-event leave-notify-event key-press-event I set the relevant masks on the widget with gtk_widget_set_events, but somehow my application does not catch the events. It *does* catch other events like expose-event, motion-event and button-press-event. Any hints? Thanks, Luuk van den Poll