diff options
| author | Pietro Gagliardi <[email protected]> | 2014-03-10 11:12:27 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-03-10 11:12:27 -0400 |
| commit | 3213d659ae7eae808a77bd65528d910305cbe390 (patch) | |
| tree | e3b62d20365e865371625ec5cb714b55b1121a93 | |
| parent | 699f786cd5360ce851a0542c218f0d9cb919d608 (diff) | |
More TODOs.
| -rw-r--r-- | todo.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -27,6 +27,7 @@ so I don't forget: - message boxes need cleanup: - Windows: title: titlebar; text: message box text; no such thing as secondary text - GTK+ AND Cocoa: title: message box text; text: secondary text; nothing: titlebar +- change sysData.make() so it does not take the initial window text as an argument and instead have the respective Control/Window.make() call sysData.setText() expressly; this would allow me to remove the "no such concept of text" checks from the GTK+ and Mac OS X backends important things: - because the main event loop is not called if initialization fails, it is presently impossible for MsgBoxError() to work if UI initialization fails; this basically means we cannot allow initializiation to fail on Mac OS X if we want to be able to report UI init failures to the user with one |
