def SetFocus(self): """ Called to give focus to LibraryPanel Override wx.Window SetFocus method """ # Give focus to SearchCtrl self.SearchCtrl.SetFocus()