From 0c57837676eba65696a1e8175ff0b59ad1e00c37 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Mon, 7 Jul 2014 16:51:17 -0400 Subject: Made event handler setters return a Request, implemented stubs on GTK+ so I can build a test, and made documentation consistent. --- redo/window_unix.go | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'redo/window_unix.go') diff --git a/redo/window_unix.go b/redo/window_unix.go index f76c350..dddcad1 100644 --- a/redo/window_unix.go +++ b/redo/window_unix.go @@ -107,4 +107,7 @@ func (w *window) Close() *Request { } } -// TODO OnClosing +func (w *window) OnClosing(func e(c Doer) bool) *Request { + // TODO + return nil +} -- cgit v1.2.3