Re: Mouse events on a Cairo Context

2013-06-30 Thread Colomban Wendling
Le 30/06/2013 21:10, Borja Mon Serrano a écrit : > Hi all, > > [...] > > 1 - I think the best way is to create a signal to the cairomm context, but > I didn't see anything to do that. Maybe the way would be to create a cairo > surface or something like that. I don't think Cairo has this kind of

Mouse events on a Cairo Context

2013-06-30 Thread Borja Mon Serrano
Hi all, I'm developing an application with C++ and GTK3 but I'm stucked. I've created a visual application with glade which has three columns and one of them, the middle one, is a DrawingArea. In that DrawingArea I want to draw some circles at the point I want to after pressing a button and have d