summaryrefslogtreecommitdiff
path: root/newctrl/control_windows.go
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-10-17 13:25:37 -0400
committerPietro Gagliardi <[email protected]>2014-10-17 13:25:37 -0400
commitb37759be84dc089b1d31b79cdf4e3a348014c784 (patch)
tree9494050bba3d93b62f2415884e24ea5685996e0a /newctrl/control_windows.go
parent492845da5d3403c97c4deb85d121a131c6be87e6 (diff)
More TODOs.
Diffstat (limited to 'newctrl/control_windows.go')
-rw-r--r--newctrl/control_windows.go1
1 files changed, 1 insertions, 0 deletions
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)
}