index
:
interesting/andlabs-ui
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.go
Age
Commit message (
Expand
)
Author
2014-03-08
Added Combobox/Listbox.Len() and its GTK+ implementation.
Pietro Gagliardi
2014-03-07
Pinned (or marked for later pinninig) behavior of various controls; also impr...
Pietro Gagliardi
2014-03-07
Changed Combobox.Append() and Listbox.Append() to accept multiple strings in ...
Pietro Gagliardi
2014-03-03
Fixed Mac OS X control placement flipping. This is done by passing the height...
Pietro Gagliardi
2014-02-24
Added Control.preferredSize() and preferredSize() for all the standard Controls.
Pietro Gagliardi
2014-02-19
Moved to a proper package; main() is now a test and go test -c is used to bui...
Pietro Gagliardi
2014-02-17
Removed all //package ui comments.
Pietro Gagliardi
2014-02-15
Added Listbox.Selection() and Listbox.SelectedIndices(). Also fixed a bug inv...
Pietro Gagliardi
2014-02-15
Added Combobox.Delete() and Listbox.Delete() and added some TODOs.
Pietro Gagliardi
2014-02-15
Added Listbox.Append() and Listbox.InsertBefore().
Pietro Gagliardi
2014-02-15
Removed setting the initial width and height in sysData.make() (this gets rid...
Pietro Gagliardi
2014-02-14
Handled all controls's created field.
Pietro Gagliardi
2014-02-14
Added Listboxes. You can't use the results just yet...
Pietro Gagliardi