Re: guile-gtk?



Marius Vollmer wrote:

> - A ton of accessor function, so that you can do
> 
>     (case (gdk-event-type ev)
>       ((motion-notify)
>        (pk 'x (gdk-event-x ev) 'y (gdk-event-y ev))))

How about events which use the same name for different vars? I think
gdk-motion-event-x is better. But this would be a problem, if it is
sometimes in the future possible to create dynamicly events.

-- http://www.ping.de/sites/aibon/



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