From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marius Vollmer To: Mark Seaborn Cc: guile-gtk@sourceware.cygnus.com Subject: Re: Making gdk-event-area work Date: Tue, 05 Sep 2000 11:41:00 -0000 Message-id: <87zolm66bm.fsf@zagadka.ping.de> References: <20000903203713R.mseaborn@argonet.co.uk> X-SW-Source: 2000-q3/msg00022.html Mark Seaborn writes: > Here's a patch to make gdk-event-area work. Thanks! I have applied it. 2000-09-05 Marius Vollmer * gdk-1.2.defs, gdk-1.3.defs (gdk_event_area): Uncomment. * gtk-support.c, guile-gtk.h (gdk_event_area): Return A GdkRectangle, not a pointer to it. Thanks to Mark Seaborn! > It doesn't handle the case when the event isn't an expose event very > prettily. I think it's OK. The other functions aren't any better. > (Incidentally, converting rectangles to pairs of pairs isn't very > nice. Are there any plans to use a more abstract data type?) There are no plans, but also no big objections to change it, I think. What do you think is not nice about the current way? You could always build an abstraction on top of it.