From f16005c3dbe06652bdaf7d99d12deaa6e66e656a Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Wed, 5 Mar 2014 20:11:45 -0500 Subject: Update ui.Go() documentation to show that it will return nil when its main() returns now that that behavior is fully implemented. --- todo.md | 1 - 1 file changed, 1 deletion(-) (limited to 'todo.md') diff --git a/todo.md b/todo.md index dd8a1d1..b8f12f1 100644 --- a/todo.md +++ b/todo.md @@ -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 -- cgit v1.2.3