MCPcopy Create free account
hub / github.com/GarageGames/Torque3D / clearMenuItems

Method clearMenuItems

Engine/source/gui/editor/guiMenuBar.cpp:939–943  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

937}
938
939void GuiMenuBar::clearMenuItems(Menu *menu)
940{
941 while(menu->firstMenuItem)
942 removeMenuItem(menu, menu->firstMenuItem);
943}
944
945void GuiMenuBar::clearMenus()
946{

Callers 3

GuiFormClassFunction · 0.80
GuiFormClassFunction · 0.80
guiMenuBar.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected