Files
Phoenix/docs/sphinx/rest_substitutions/snippets/python/converted/Window.UpdateWindowUI.1.py
2012-04-10 03:16:37 +00:00

7 lines
185 B
Python

def OnInternalIdle(self):
if wx.UpdateUIEvent.CanUpdate(self):
self.UpdateWindowUI(wx.UPDATE_UI_FROMIDLE)