summaryrefslogtreecommitdiff
path: root/redo/window.go
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-07-18 14:07:12 -0400
committerPietro Gagliardi <[email protected]>2014-07-18 14:07:12 -0400
commit6bc4425915920f0af935af02fe0eeebeae7e88b0 (patch)
tree8f9342553824a32b6dd83a47669d57b4eb64a303 /redo/window.go
parent351c7cd9b2fd11a69b2df469f6c99e30c691a0f1 (diff)
Scrapped Window.SetSize() and Window.Center() (for now?).
Diffstat (limited to 'redo/window.go')
-rw-r--r--redo/window.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/redo/window.go b/redo/window.go
index 315ac41..2dc6a6e 100644
--- a/redo/window.go
+++ b/redo/window.go
@@ -29,9 +29,6 @@ type Window interface {
// If this handler returns true, the Window is closed as defined by Close above.
// If this handler returns false, the Window is not closed.
OnClosing(func(c Doer) bool) *Request
-
- // TODO SetSize (TODO remove?)
- // TODO Center
}
// NewWindow returns a Request to create a new Window with the given title text and size.