Re: [Vala] Bindings for gdkkeysyms.h

2008-11-18 Thread Dan Saul
On 17-Nov-08, at 12:25 PM, Daniel Svensson wrote: On Mon, Nov 17, 2008 at 7:24 PM, Daniel Svensson <[EMAIL PROTECTED]> wrote: On Sun, Nov 16, 2008 at 6:55 PM, Dan Saul <[EMAIL PROTECTED]> wrote: 0, 1, 2, 3, 4,

Re: [Vala] Bindings for gdkkeysyms.h

2008-11-17 Thread Andrea Del Signore
On Mon, 2008-11-17 at 19:25 +0100, Daniel Svensson wrote: > On Mon, Nov 17, 2008 at 7:24 PM, Daniel Svensson <[EMAIL PROTECTED]> wrote: > > On Sun, Nov 16, 2008 at 6:55 PM, Dan Saul <[EMAIL PROTECTED]> wrote: > >>0, > >>1, > >>2, > >>3

Re: [Vala] Bindings for gdkkeysyms.h

2008-11-17 Thread Daniel Svensson
On Mon, Nov 17, 2008 at 7:24 PM, Daniel Svensson <[EMAIL PROTECTED]> wrote: > On Sun, Nov 16, 2008 at 6:55 PM, Dan Saul <[EMAIL PROTECTED]> wrote: >>0, >>1, >>2, >>3, >>4, >>5, >>6, >>

Re: [Vala] Bindings for gdkkeysyms.h

2008-11-17 Thread Daniel Svensson
On Sun, Nov 16, 2008 at 6:55 PM, Dan Saul <[EMAIL PROTECTED]> wrote: >0, >1, >2, >3, >4, >5, >6, >7, >8, >9, Those doesn't work now do the

Re: [Vala] Bindings for gdkkeysyms.h

2008-11-16 Thread Dan Saul
Ah, thanks! I had assumed --pkg was for namespaces and not actual files. On Sun, Nov 16, 2008 at 12:04 PM, Alexander Bokovoy <[EMAIL PROTECTED]> wrote: > On Sun, Nov 16, 2008 at 8:55 PM, Dan Saul <[EMAIL PROTECTED]> wrote: >> Hi, >> >> It would seem that bindings for gdkkeysyms.h seem to be missin

Re: [Vala] Bindings for gdkkeysyms.h

2008-11-16 Thread Alexander Bokovoy
On Sun, Nov 16, 2008 at 8:55 PM, Dan Saul <[EMAIL PROTECTED]> wrote: > Hi, > > It would seem that bindings for gdkkeysyms.h seem to be missing. As a > consequence we have to use the numbers instead eg: > > switch (event.keyval) >{ >case 0xff52: // GDK_Up >

[Vala] Bindings for gdkkeysyms.h

2008-11-16 Thread Dan Saul
Hi, It would seem that bindings for gdkkeysyms.h seem to be missing. As a consequence we have to use the numbers instead eg: switch (event.keyval) { case 0xff52: // GDK_Up ... This works, but of course is not ideal. Being new to val