MCPcopy Create free account
hub / github.com/pyfa-org/Pyfa / onPopupMenu

Method onPopupMenu

gui/builtinItemStatsViews/itemDescription.py:47–48  ·  view source on GitHub ↗
(self, event)

Source from the content-addressed store, hash-verified

45 self.popupMenu.Bind(wx.EVT_MENU, self.menuClickHandler, copyItem)
46
47 def onPopupMenu(self, event):
48 self.PopupMenu(self.popupMenu)
49
50 def menuClickHandler(self, event):
51 selectedMenuItem = event.GetId()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected