summaryrefslogtreecommitdiff
path: root/redo/window.go
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-07-12 12:59:47 -0400
committerPietro Gagliardi <[email protected]>2014-07-12 12:59:47 -0400
commit1cdc6bad27b27adc2184f745cf3e7da2d6ee7270 (patch)
treedc644c975925a4cb051580e8580d27a2ec209af4 /redo/window.go
parentcfb9bcc625b26191f10303344d21450ba4c9c68c (diff)
More TODOs.
Diffstat (limited to 'redo/window.go')
-rw-r--r--redo/window.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/redo/window.go b/redo/window.go
index fd5c437..346379e 100644
--- a/redo/window.go
+++ b/redo/window.go
@@ -20,6 +20,7 @@ type Window interface {
// Close creates a Request to close the Window.
// 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.
+ // TODO does this raise OnClosing or bypass it?
Close() *Request
// OnClosing creates a Request to register an event handler that is triggered when the user clicks the Window's close button.