> I'm trying to do simple thing placing a button on top of box,
> this box is one on the two parts of a tile object i did it with
> the fluid tool the tile is working great but as you can see the
> button can't be moved with the right tile when i resize it what
> I'm doing wrong here ?
[code snipped]

What you need to do is convert the second box into a container
widget, such as an Fl_Group, and put the button into the container.

The problem is that the second box and the button overlap, and
FLTK has no idea which one to draw first.

Cheers
D.
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to