Does anybody know whether it's possible to make an SWT DropTarget for a
Toolbar work on MacOS X? I'm using a toolbar as an ordinary Widget to
make a row of buttons. I have an app where this works just dandy on
Windows, but absolutely no DropTargetEvents get sent to the toolbar
whatsoever in MacOS X.
I can't add the target to the ToolItem controls either, because they're
all null.
If I create a DropTarget for any other element in the same view (a label,
a composite) I get the appropriate events. But the toolbar seems to be
like a black hole.