chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Re: [Chicken-users] xlib egg


From: Zbigniew
Subject: Re: Re: [Chicken-users] xlib egg
Date: Sat, 2 Dec 2006 19:36:16 -0600

By the way, check the very bottom of the xlib egg documentation for a
full example, the canonical "Hello World" program.

http://www.call-with-current-continuation.org/eggs/xlib.html

On 12/2/06, Adam C. Emerson <address@hidden> wrote:


Zbigniew <address@hidden> writes:

> How about something along the lines of
>
> (let ((event (make-xevent)))
>  (xnextevent dpy event)
>  (print (xevent-type event)))

Thank you, that worked perfectly.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]