Made a decision about runtime type checking.
This commit is contained in:
parent
573e411e2a
commit
ce29c062f1
2
TODO.md
2
TODO.md
|
@ -2,7 +2,6 @@
|
||||||
- http://stackoverflow.com/questions/4543087/applicationwillterminate-and-the-dock-but-wanting-to-cancel-this-action
|
- http://stackoverflow.com/questions/4543087/applicationwillterminate-and-the-dock-but-wanting-to-cancel-this-action
|
||||||
|
|
||||||
ultimately:
|
ultimately:
|
||||||
- add some sort of runtime type checking
|
|
||||||
- MAYBE readd lifetime handling/destruction blocking
|
- MAYBE readd lifetime handling/destruction blocking
|
||||||
- assign control IDs on windows
|
- assign control IDs on windows
|
||||||
- GWL(P)_ID
|
- GWL(P)_ID
|
||||||
|
@ -39,3 +38,4 @@ notes to self
|
||||||
- explicitly document that uiCheckboxSetChecked() and uiEntrySetText() do not fire uiCheckboxOnToggled() and uiEntryOnChanged(), respectively
|
- explicitly document that uiCheckboxSetChecked() and uiEntrySetText() do not fire uiCheckboxOnToggled() and uiEntryOnChanged(), respectively
|
||||||
- note that uiControlResize() on a uiContainer also updates
|
- note that uiControlResize() on a uiContainer also updates
|
||||||
- note that if a menu is requested on systems with menubars on windows but no menus are defined, the result is a blank menubar, with whatever that means left up to the OS to decide
|
- note that if a menu is requested on systems with menubars on windows but no menus are defined, the result is a blank menubar, with whatever that means left up to the OS to decide
|
||||||
|
- note that type mixing == undefined behavior
|
||||||
|
|
Loading…
Reference in New Issue