libui/_wip/rules.darwin

7 lines
337 B
Plaintext
Raw Normal View History

2016-04-25 08:57:05 -05:00
every rule in ui_darwin.h
SetParent must be followed by SetSuperview and SyncEnableState
2016-04-25 08:57:05 -05:00
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