GUI Sub Menu with variable items

BlitzPlus Forums/BlitzPlus Programming/GUI Sub Menu with variable items

_PJ_(Posted 2014) [#1]
How can I remove a menu?

It appears there's no direct command to do this (RemoveGadget or such do not apply to menus) so I assumed there may be a means to 'rebuild' the menu structure without the submenus that need to be removed.
However, in doing this, I was worried there may be memory leaks?