From 31ae742daf04c6bc5a79ff9fc339fa00ebc2b620 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Sat, 12 Dec 2015 13:37:36 -0500 Subject: Added uiWindow. --- main.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'main.go') diff --git a/main.go b/main.go index a5b4269..c7cb51a 100644 --- a/main.go +++ b/main.go @@ -57,8 +57,9 @@ func start(errchan chan error, f func()) { errchan <- nil } -// Quit queues an exit from the GUI thread. It does not exit the -// program. Quit must be called from the GUI thread. +// Quit queues a return from Main. It does not exit the program. +// It also does not immediately cause Main to return; Main will +// return when it next can. Quit must be called from the GUI thread. func Quit() { C.uiQuit() } -- cgit v1.2.3