blob: e736a144a7eaeb5472506481e0a670a92d5767f2 (
plain)
1
2
3
4
5
6
|
every rule in ui_darwin.h
SetParent must be followed by SetSuperview and SyncEnableState
TODO can child cache it?
adding a child must be followed by a call to SyncEnableState
SyncEnableState() must call ShouldStopSyncEnableState() first thing
Enable() and Disable() must call SyncEnableState() AFTER CHANGING WHAT Enabled() WILL RETURN
|