diff options
| author | Pietro Gagliardi <[email protected]> | 2014-03-05 20:11:45 -0500 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-03-05 20:11:45 -0500 |
| commit | f16005c3dbe06652bdaf7d99d12deaa6e66e656a (patch) | |
| tree | 3cdbf5c0665de5a534df0ae051b0ac649b7fd65d /todo.md | |
| parent | d29e1b8710ffe259ad7b532fb76056c52e2061ae (diff) | |
Update ui.Go() documentation to show that it will return nil when its main() returns now that that behavior is fully implemented.
Diffstat (limited to 'todo.md')
| -rw-r--r-- | todo.md | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -25,7 +25,6 @@ so I don't forget: - should message box text be selectable on all platforms or only on those that make it the default? important things: -- ui.Go() should exit when the main() you pass in exits - 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 - figure out where to auto-place windows in Cocoa (also window coordinates are still not flipped properly so (0,0) on screen is the bottom-left) - also provide a method to center windoes; Cocoa provides one for us but |
