summaryrefslogtreecommitdiff
path: root/listbox_darwin.go
AgeCommit message (Collapse)Author
2014-03-03Ah there we go; columnWithIdentifier: returns an index; we wanted ↵Pietro Gagliardi
tableColumnWithIdentifier:. Now to fix the crashing when getting list information...
2014-03-02Fixed a typo'd selector name related to Listbox selection. Adding items ↵Pietro Gagliardi
still doesn't work...
2014-03-02Fixed the compiler errors. The Mac OS X Listboxes are created!... but don't ↵Pietro Gagliardi
show any items. Let's figure out why.
2014-03-02Added untested Mac OS X Listbox code. Won't compile yet...Pietro Gagliardi