Adjusted the rules based on the previous commit.

This commit is contained in:
Pietro Gagliardi 2016-04-25 18:08:26 -04:00
parent d7d7d4fd76
commit 12e519f928
1 changed files with 2 additions and 0 deletions

View File

@ -2,3 +2,5 @@ every rule in ui_darwin.h
SetParent must be followed by SetSuperview and SyncEnableState SetParent must be followed by SetSuperview and SyncEnableState
TODO can child cache it? TODO can child cache it?
adding a child must be followed by a call to SyncEnableState 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