diff options
| author | Pietro Gagliardi <[email protected]> | 2014-07-19 23:36:11 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-07-19 23:36:11 -0400 |
| commit | 5fa0950112cae67fd3d8d2fcc4c1d625aeb39f6d (patch) | |
| tree | cd6b5a327b812c0790f89dbf3e1a836162b0f3d4 /redo/window.go | |
| parent | fa5b2012d0481600a9fb7bbf9782322a3858cd7d (diff) | |
Verified that Window.Close() works as documented on GTK+.
Diffstat (limited to 'redo/window.go')
| -rw-r--r-- | redo/window.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/redo/window.go b/redo/window.go index 2494406..b138a48 100644 --- a/redo/window.go +++ b/redo/window.go @@ -21,7 +21,7 @@ type Window interface { // Any Controls within the Window are destroyed, and the Window itself is also destroyed. // Attempting to use a Window after it has been closed results in undefined behavior. // Close unconditionally closes the Window; it neither raises OnClosing nor checks for a return from OnClosing. - // TODO make sure the above happens on GTK+ and Mac OS X; it does on Windows + // TODO make sure the above happens on Mac OS X; it does on Windows and GTK+ Close() // OnClosing registers an event handler that is triggered when the user clicks the Window's close button. |
