summaryrefslogtreecommitdiff
path: root/sysdata.go
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-04-12 21:49:41 -0400
committerPietro Gagliardi <[email protected]>2014-04-12 21:49:41 -0400
commit274fa0c2928e3d1573a83d2f68048963df5e16e4 (patch)
tree43d1062a682bffcbdf54a7910132ef740fffa0c4 /sysdata.go
parentb9e5ef8e4b042a3c734fbadac1d45e8302e6296a (diff)
Fixed Comboboxes on Mac OS X having an initial selection. This also lays the groundwork for adding Combobox/Listbox.Select() as a public function...
Diffstat (limited to 'sysdata.go')
-rw-r--r--sysdata.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdata.go b/sysdata.go
index 1507912..d2ac699 100644
--- a/sysdata.go
+++ b/sysdata.go
@@ -40,6 +40,7 @@ var _xSysData interface {
setProgress(int)
len() int
setAreaSize(int, int)
+ selectIndex(int)
} = &sysData{} // this line will error if there's an inconsistency
// signal sends the event signal. This raise is done asynchronously to avoid deadlocking the UI task.