More TODOs.

This commit is contained in:
Pietro Gagliardi 2015-05-18 10:30:13 -04:00
parent d893102106
commit b2c0b631b7
1 changed files with 2 additions and 3 deletions

View File

@ -28,9 +28,8 @@ notes to self
- explicitly document label position at top-left corner
- mark that uiControlShow() on a uiWindow() will bring to front and give keyboard focus because of OS X
- make sure ShowWindow() is sufficient for zorder on Windows
- document that you can't use InsertBefore functions to insert before a nonexistent index (that includes if an array is empty)
- reconsider this, as the pointer array code does work with the first invalid index...
- we would need to test everything else with it
- document that you CAN use InsertBefore functions to insert at the first invalid index, even if the array is empty
- add tests for this
- note that uiTabInsertPageBefore() does NOT change the current tab page (it may change its index if inserting before the current page)
- note that the default action for uiWindowOnClosing() is to return 0 (keep the window open)
- note that uiInitOptions should be initialized to zero