I'm writing a CAD like app and I use a Widget to draw (via Widget::draw) the 
design. I would like to stack "hotspots" in various places so the use can click 
on them to edit the element at that spot. Since the hotspots move as the image 
changes, they need to be dynamically placed. I created a button (containing a 
image) and used Widget::position to place it. It works BUT mouse movement 
causes redraw events (ie just moving the mouse around the image causes it to be 
redrawn). Is this expected behavior? It doesn't happen when the same button is 
placed outside of draw.
Thanks,
Craig
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to