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

Method editCheckEsc

gui/builtinShipBrowser/shipItem.py:178–182  ·  view source on GitHub ↗
(self, event)

Source from the content-addressed store, hash-verified

176 self.Refresh()
177
178 def editCheckEsc(self, event):
179 if event.GetKeyCode() == wx.WXK_ESCAPE and event.GetModifiers() == wx.MOD_NONE:
180 self.tcFitName.Show(False)
181 else:
182 event.Skip()
183
184 def createNewFit(self, event=None):
185 self.tcFitName.Show(False)

Callers

nothing calls this directly

Calls 1

ShowMethod · 0.45

Tested by

no test coverage detected