From ce29c062f18c3caefaf5fd51c296d44997b43548 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Mon, 11 May 2015 10:25:50 -0400 Subject: [PATCH] Made a decision about runtime type checking. --- TODO.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TODO.md b/TODO.md index 8aac8611..6eee5263 100644 --- a/TODO.md +++ b/TODO.md @@ -2,7 +2,6 @@ - http://stackoverflow.com/questions/4543087/applicationwillterminate-and-the-dock-but-wanting-to-cancel-this-action ultimately: -- add some sort of runtime type checking - MAYBE readd lifetime handling/destruction blocking - assign control IDs on windows - GWL(P)_ID @@ -39,3 +38,4 @@ notes to self - explicitly document that uiCheckboxSetChecked() and uiEntrySetText() do not fire uiCheckboxOnToggled() and uiEntryOnChanged(), respectively - 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 type mixing == undefined behavior