MCPcopy Create free account
hub / github.com/TranslucentTB/TranslucentTB / BuildClassicContextMenu

Method BuildClassicContextMenu

TranslucentTB/tray/basecontextmenu.cpp:106–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104}
105
106HMENU BaseContextMenu::BuildClassicContextMenu(const wuxc::MenuFlyout &flyout)
107{
108 m_ContextMenu = BuildContextMenuInner(flyout.Items());
109 return m_ContextMenu.get();
110}
111
112void BaseContextMenu::TriggerClassicContextMenuItem(UINT item)
113{

Callers

nothing calls this directly

Calls 1

getMethod · 0.80

Tested by

no test coverage detected