mwcraig / ipyevents

A custom widget for returning mouse and keyboard events to Python. Documentation:
https://ipyevents.readthedocs.io/en/latest/index.html
BSD 3-Clause "New" or "Revised" License
115 stars 27 forks source link

Add ability to make widgets drag and droppable #20

Closed mwcraig closed 1 year ago

mwcraig commented 6 years ago

At a minimum this needs a check that what is being dropped is a widget, and behave appropriately if it is not.

Not sure what "appropriately" is...

mwcraig commented 6 years ago

@kaiayoung -- I just added up/down buttons in the notebook example.

mwcraig commented 1 year ago

This has been superseded by work in core ipywidgets