diff options
Diffstat (limited to 'newctrl/control_windows.go')
| -rw-r--r-- | newctrl/control_windows.go | 1 |
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) } |
