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

Method onPopupMenu

gui/builtinItemStatsViews/itemTraits.py:34–35  ·  view source on GitHub ↗
(self, event)

Source from the content-addressed store, hash-verified

32 self.popupMenu.Bind(wx.EVT_MENU, self.menuClickHandler, copyItem)
33
34 def onPopupMenu(self, event):
35 self.PopupMenu(self.popupMenu)
36
37 def menuClickHandler(self, event):
38 selectedMenuItem = event.GetId()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected