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

Method OnBtnOK

gui/preferenceDialog.py:82–83  ·  view source on GitHub ↗
(self, event)

Source from the content-addressed store, hash-verified

80 self.btnOK.Bind(wx.EVT_BUTTON, self.OnBtnOK)
81
82 def OnBtnOK(self, event):
83 self.Close()
84
85 def kbEvent(self, event):
86 if event.GetKeyCode() == wx.WXK_ESCAPE and event.GetModifiers() == wx.MOD_NONE:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected