[Gtk-sharp-list] GdkKeySyms Missing - Hackers wanted
fd
fd0h1440@yahoo.co.uk
12 Apr 2003 00:17:01 +0100
On Fri, 2003-04-11 at 23:49, Charles Iliya Krempeaux wrote:
> Hello,
>
> Just in case anyone feels like doing some Gtk# hacking.
>
> The contents of "gdk/gdkkeysyms.h" are NOT being automatically
> wrapped.
The Gtk# code generator ignores these because they're not in an enum.
However, the code generator is probably not the best way to go with
these, because they are all case-sensitive. I'll extract and generate
the C# entries with a perl script, unless there are any objections.