From 274fa0c2928e3d1573a83d2f68048963df5e16e4 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Sat, 12 Apr 2014 21:49:41 -0400 Subject: Fixed Comboboxes on Mac OS X having an initial selection. This also lays the groundwork for adding Combobox/Listbox.Select() as a public function... --- sysdata_unix.go | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'sysdata_unix.go') diff --git a/sysdata_unix.go b/sysdata_unix.go index 8e61a4f..93b3704 100644 --- a/sysdata_unix.go +++ b/sysdata_unix.go @@ -359,3 +359,7 @@ func (s *sysData) setAreaSize(width int, height int) { } <-ret } + +func (s *sysData) selectIndex(index int) { + // TODO not yet implemented on Unix (added for Mac only right now) +} -- cgit v1.2.3