summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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