diff options
| author | Pietro Gagliardi <[email protected]> | 2014-08-03 09:20:00 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-08-03 09:20:00 -0400 |
| commit | 6785b48d2816a185a712e987fe67d9d288645073 (patch) | |
| tree | df950d297ec321160bfc9d950e8549df3fdeff22 /redo/control_windows.go | |
| parent | 1aea308645585f2fbc6c8b170381c811d562cc99 (diff) | |
More TODOs.
Diffstat (limited to 'redo/control_windows.go')
| -rw-r--r-- | redo/control_windows.go | 2 |
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 |
