opensocsysarch / CoreGenPortal

OpenSoC System Architect CoreGen Portal Graphical User Interface
http://www.systemarchitect.tech/
Apache License 2.0
1 stars 0 forks source link

Add functionality to permit "dragging" tree nodes on top of one another in order to insert a child node #132

Open jleidel opened 4 years ago

jleidel commented 4 years ago

This will insert a child node dependency. Ideally, we would query the source (item being dragged) and the destination (which will subsequently become the parent) in order to determine if the target nodes have special insertion functions (eg, InsertRegister(...)

jleidel commented 4 years ago

This should register and handle the EVT_TREE_BEGIN_DRAG event; see also wxTreeEvent::Allow()