Added keyboard shortcut to toggle search box in market and ship browser

This commit is contained in:
blitzmann
2014-07-24 22:37:20 -04:00
parent 4f64ae9f85
commit f406d7da09
2 changed files with 15 additions and 0 deletions

View File

@@ -88,6 +88,9 @@ class PFSearchBox(wx.Window):
self.EditBox.Clear()
# self.EditBox.ChangeValue(self.descriptiveText)
def Focus(self):
self.EditBox.SetFocus()
def SetValue(self, value):
self.EditBox.SetValue(value)