summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-08-03 09:20:00 -0400
committerPietro Gagliardi <[email protected]>2014-08-03 09:20:00 -0400
commit6785b48d2816a185a712e987fe67d9d288645073 (patch)
treedf950d297ec321160bfc9d950e8549df3fdeff22
parent1aea308645585f2fbc6c8b170381c811d562cc99 (diff)
More TODOs.
-rw-r--r--redo/control_windows.go2
1 files changed, 2 insertions, 0 deletions
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