How can I modify the pointer position and icon during GTK4 drag and drop operation?
I have successfully implemented a drag and drop operation in GTK4/Python where the user drags an item from a toolbox onto a canvas by implementing a DragSource and DropTarget To improve this I need to be able to do the following whilst dragging