Is is possible to draw on top of a vtkTkRenderWidget? Can I embed it in a tk canvas and draw on top of that? My goal is to draw lines, boxes etc which I can move with the cursor. I don't want to re-render the whole scene with every mouse movement which I think rules out using vtkCursor3D, vtkLineSources etc. Any suggestions? Erik