mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-10 13:57:08 +01:00
7 lines
185 B
Python
7 lines
185 B
Python
|
|
def OnInternalIdle(self):
|
|
|
|
if wx.UpdateUIEvent.CanUpdate(self):
|
|
self.UpdateWindowUI(wx.UPDATE_UI_FROMIDLE)
|
|
|