From 3a69fa9f2d24308646f34fb7af76e7a4ea459281 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Fri, 14 Feb 2014 23:19:35 -0500 Subject: [PATCH] Window-related TODOs. --- window.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/window.go b/window.go index 140be8e..427e32b 100644 --- a/window.go +++ b/window.go @@ -80,6 +80,8 @@ func (w *Window) Open(control Control) (err error) { } } w.created = true + // TODO resize window to apply control sizes + // TODO ensure the window has been shown before setting create? return w.sysData.show() }