def onSetFocus(self, event): # pylint: disable=W0613 # Send a child focus event to let the AuiManager know we received focus # so it will activate our pane wx.PostEvent(self._main_win, wx.ChildFocusEvent(self._main_win)) self.SetFocus()
def test_ChildFocusEvent_ctor(self): evt = wx.ChildFocusEvent()