>>>>> "John" == John Levon <[EMAIL PROTECTED]> writes:
>> Maybe I should just add a new 'droppedFile' signal to workarea and >> call that directly... Would that make sense? John> Yes, I think. I'll try that, then. Or I could change BufferView::Pimpl::workareaDispatch to pass only mouse actions through the direct dispatch, and others through lyxview::dispatch. It seems a bit hackish at first, but after all we are not going to add a signal for every type of drop we can have. >> And text too. then we would have to do this nice thing of having >> the cursor move to show exactly where the object would be inserted. >> Too difficult for me :) John> Just fire an LFUN_MOUSE_PRESS ? It would not be as nice as the real thing :) We need to have two cursor visible, I think. JMarc