Re: Handling long SVG strings in Path
- From: Damon Chaplin <damon karuna eclipse co uk>
- To: Jamie Lahowetz <jlahowetz gmail com>
- Cc: goocanvas-list gnome org
- Subject: Re: Handling long SVG strings in Path
- Date: Thu, 07 May 2009 18:29:54 +0100
On Thu, 2009-05-07 at 11:43 -0500, Jamie Lahowetz wrote:
>
> Thanks for the quick reply. I made the changes as such but still am
> blank. I did look for some type of examples for using call backs. It
> makes sense to me, the function is looking for a logical return so I
> give it TRUE at the end of the function or it will not continue. Of
> coarse I'm not a C expert. This setup works in Perl ok, but this is
> not perl.
Actually you can't return TRUE all the time in that "event" signal
handler, as you'll stop the widgets from working. Return FALSE unless
you really want to stop the event signal from propagating.
Damon
[
Date Prev][Date Next] [
Thread Prev][Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]