Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/0ldsk00l/nestopia
/ Clear
Method
Clear
source/win32/NstWindowMenu.cpp:279–285 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
277
}
278
279
void Menu::Clear(HMENU const hMenu)
280
{
281
NST_ASSERT( hMenu );
282
283
for (int i=::GetMenuItemCount( hMenu ); i > 0; --i)
284
::DeleteMenu( hMenu, 0, MF_BYPOSITION );
285
}
286
287
void Menu::Redraw(const Custom* window)
288
{
Callers
1
SetKeys
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected