diff options
| author | Pietro Gagliardi <[email protected]> | 2014-03-12 21:41:46 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-03-12 21:41:46 -0400 |
| commit | 9beeeb637107e80cfaba8b7f655674cf3b96b821 (patch) | |
| tree | 35d4c6b806f5474f4e031259c8798c5d8e154639 | |
| parent | 9bcf706b2fafe57d421a0d5fa711be37b45239bd (diff) | |
More TODOs.
| -rw-r--r-- | todo.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -21,6 +21,7 @@ so I don't forget: - Listbox/Combobox.Index(n) - Index(n) is the name used by reflect.Value; use a different one? - 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 +- Message boxes should not show secondary text if none is specified. 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 (which would be desirable, maybe (would violate Windows HIG?)) |
