key press events
[email protected] (Daniel Adams) Fri, 10 Aug 2001 11:21:45 -0400 (EDT)
| Newsgroups | php.gtk |
|---|---|
| Message-ID | <[email protected]> |
Hey, Are the event keyvals in gdk/gdkkeysyms.h define()d in phpgtk? I'm trying to detect the delete key pressed on a gtkclist and I can see that the keyval for the delete key is 65535 but when I try to echo the value for GDK_Delete it just echoes "GDK_Delete". Are these not defined yet? Do I have to hardcode or define() the value myself? - Dan --