Re: Gnome canvas item events



On Mon, Nov 20, 2000 at 07:50:53PM +0200, Dirk Puis wrote:
> 
> The code seems to work fine, i.e. the event handler is called, but only
> after any callbacks on the item are called first. For example
> 

Yes, this is the default behavior. 

> Is there any way to reverse this so that the item gets a change to handle
> the event first?

To get your callbacks run after the event handler, connect them
with gtk_signal_connect_after ().

-JT

-- 
GNU/Linux: Free your mind and your OS will follow.





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