diff options
| author | Pietro Gagliardi <[email protected]> | 2014-03-25 07:11:10 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-03-25 07:11:10 -0400 |
| commit | 3c0bcb6d68aa68fd2eb8e646ac0d39c831228ca2 (patch) | |
| tree | faa68177c5fbe6ba8e0f64fe65e7a97c11df2437 /controls_windows.go | |
| parent | 0c3b64106cd3bea580e3c558343a64a36d949fd6 (diff) | |
Made the scrollbars on Windows Areas actually scroll. There are some kinks that need to be worked out before we can move on...
Diffstat (limited to 'controls_windows.go')
| -rw-r--r-- | controls_windows.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/controls_windows.go b/controls_windows.go index ee16b95..24adcfa 100644 --- a/controls_windows.go +++ b/controls_windows.go @@ -491,6 +491,7 @@ const ( ) var ( + _getScrollInfo = user32.NewProc("GetScrollInfo") _getScrollPos = user32.NewProc("GetScrollPos") _setScrollInfo = user32.NewProc("SetScrollInfo") _scrollWindowEx = user32.NewProc("ScrollWindowEx") |
