SapphireDensetsu / ypsilon

Automatically exported from code.google.com/p/ypsilon
Other
0 stars 0 forks source link

[request] GDK event structure definitions #111

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I wanted to make some kind of graphical editing thing with GTK+ but
couldn't find the GDK event structures exposed anywhere (as of r503). 
Would you consider adding them to the ypsilon gdk collection?

I've attached my GDK event structure wrappers and the AWK script I wrote to
generate them from my gdk/gdkevents.h file.  I haven't tested any of them
except the state and keyval fields of GdkEventKey, and I've omitted
GdkEventClient because it has a union of arrays (neither of which seem to
be supported yet by define-c-typedef).  I actually have very little
experience with Ypsilon, Scheme, and GTK+, so I sure would appreciate it if
somebody interested would take a look!

Original issue reported on code.google.com by Li.Any...@gmail.com on 22 Jul 2009 at 5:38

Attachments: