mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-08 04:50:07 +01:00
6 lines
124 B
Python
6 lines
124 B
Python
|
|
def OnUpdateUI(self, event):
|
|
....
|
|
if event.IsCheckable()
|
|
event.Check(...some condition...)
|