From 6785b48d2816a185a712e987fe67d9d288645073 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Sun, 3 Aug 2014 09:20:00 -0400 Subject: [PATCH] More TODOs. --- redo/control_windows.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/redo/control_windows.go b/redo/control_windows.go index fd0ccaa..90e41be 100644 --- a/redo/control_windows.go +++ b/redo/control_windows.go @@ -22,6 +22,8 @@ func newControl(class C.LPWSTR, style C.DWORD, extstyle C.DWORD) *controlbase { return c } +// TODO for maximum correctness these shouldn't take controlbases... but then the amount of duplicated code would skyrocket + func basesetParent(c *controlbase, p *controlParent) { C.controlSetParent(c.hwnd, p.hwnd) c.parent = p.hwnd