From the HypernodeEditor>>#contextMenu I would like to open a new menu with actions to select, for example, the graph style. Since the original menu was created by assigning a BrGlamorousWithContextMenuLook to the graphContainer, it's not clear how to implement the nested menu.
@maenu says: better have a button with a dropdown than a cascading menu.
From the
HypernodeEditor>>#contextMenu
I would like to open a new menu with actions to select, for example, the graph style. Since the original menu was created by assigning aBrGlamorousWithContextMenuLook
to thegraphContainer
, it's not clear how to implement the nested menu.@maenu says: better have a button with a dropdown than a cascading menu.