diff options
| author | Pietro Gagliardi <[email protected]> | 2014-04-12 22:05:34 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-04-12 22:05:34 -0400 |
| commit | d4c79539af8b33f41c070773c6bc5e5cbf867543 (patch) | |
| tree | 43a7eb1de1892a58774752bc56cd10b63050b405 /sysdata_windows.go | |
| parent | 274fa0c2928e3d1573a83d2f68048963df5e16e4 (diff) | |
Fixed Listboxes on Mac OS X having an initial selection.
Diffstat (limited to 'sysdata_windows.go')
| -rw-r--r-- | sysdata_windows.go | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sysdata_windows.go b/sysdata_windows.go index ba3520e..35d246f 100644 --- a/sysdata_windows.go +++ b/sysdata_windows.go @@ -645,3 +645,7 @@ func (s *sysData) setAreaSize(width int, height int) { func (s *sysData) selectIndex(index int) { // TODO not yet implemented on Windows (added for Mac only right now) } + +func (s *sysData) selectIndices(indices []int) { + // TODO not yet implemented on Windows (added for Mac only right now) +} |
