Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pyfa-org/Pyfa
/ OnTextEnter
Method
OnTextEnter
gui/builtinMarketBrowser/pfSearchBox.py:71–73 ·
view source on GitHub ↗
(self, event)
Source
from the content-addressed store, hash-verified
69
event.Skip()
70
71
def
OnTextEnter(self, event):
72
wx.PostEvent(self, TextEnter())
73
event.Skip()
74
75
@staticmethod
76
def
OnEditSetFocus(event):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected