From b37759be84dc089b1d31b79cdf4e3a348014c784 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Fri, 17 Oct 2014 13:25:37 -0400 Subject: More TODOs. --- newctrl/control_windows.go | 1 + 1 file changed, 1 insertion(+) (limited to 'newctrl/control_windows.go') diff --git a/newctrl/control_windows.go b/newctrl/control_windows.go index 687092a..f0cb590 100644 --- a/newctrl/control_windows.go +++ b/newctrl/control_windows.go @@ -51,6 +51,7 @@ func newControlSingleHWNDWithText(h C.HWND) *controlSingleHWNDWithText { } } +// TODO export these instead of requiring dummy declarations in each implementation func (c *controlSingleHWNDWithText) text() string { return getWindowText(c.hwnd) } -- cgit v1.2.3