[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.modeling.gmf] Node position relative to another node position

Is it possible to relocate a node relative to another node in the same
container? So, suppose I have a node N1 and another node N2 next to N1. If I
move or resize N1, I would like to relocate N2 in such a way that it's
position relative to N1's top left corner is the same as it was before N1
was moved/resized.

Thank you in advance.