Is it valid to make containers within notebook pages (panel, scrolledwindow, etc) into DropTargets?

I've successfully make DropTargets from a number of widgets, but when
I put them in a notebook page they no longer respond. I've tested to
make sure I'm still referencing the same objects, but no difference.

I've also tried setting the notebook as a whole and individual pages
as the DropTarget, but still no joy. And yes, I'm trying to build a
small example =)

Thanks for any thoughts.

···

--
-----------------------------
  e y e p u l p
-----------------------------

EyePulp wrote:

I've successfully make DropTargets from a number of widgets, but when
I put them in a notebook page they no longer respond. I've tested to
make sure I'm still referencing the same objects, but no difference.

I've also tried setting the notebook as a whole and individual pages
as the DropTarget, but still no joy.

Yes, it should work.

And yes, I'm trying to build a
small example =)

Thanks.

···

--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!