index
:
go.wit.com/dev/andlabs/ui.git
devel
guimaster
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
listbox_darwin.go
Age
Commit message (
Expand
)
Author
2014-03-12
Separated file creation dates from the package comment.
Pietro Gagliardi
2014-03-09
Made Listboxes non-editable in Mac OS X; also more TODOs.
Pietro Gagliardi
2014-03-08
Added the Mac OS X implementation of Combobox/Listbox.Len().
Pietro Gagliardi
2014-03-03
Split out the code to add a Control to a Mac OS X Window into its own function.
Pietro Gagliardi
2014-03-03
Added the scrollbars themselves to the NSScrollView backing the Mac OS X List...
Pietro Gagliardi
2014-03-03
Wrapped Mac OS X Listboxes in NSScrollViews. Their preferredSize seems to be ...
Pietro Gagliardi
2014-03-03
Fixed selection grabbing and also append/insert/removal crashes: all were sel...
Pietro Gagliardi
2014-03-03
Ah there we go; columnWithIdentifier: returns an index; we wanted tableColumn...
Pietro Gagliardi
2014-03-02
Fixed a typo'd selector name related to Listbox selection. Adding items still...
Pietro Gagliardi
2014-03-02
Fixed the compiler errors. The Mac OS X Listboxes are created!... but don't s...
Pietro Gagliardi
2014-03-02
Added untested Mac OS X Listbox code. Won't compile yet...
Pietro Gagliardi