I would like to display some PNGs in a tool, but it seems that they are always drawn on top of any buttons or interface widgets, which unfortunately blocks them from being pressable.
Is there a simple way to tell a graphicsContext to be drawn always behind interface widgets?
SOLVED:
its ok, we found another way to lay things out....