summaryrefslogtreecommitdiff
path: root/listbox_unix.go
AgeCommit message (Expand)Author
2014-03-16Split out includes of <gtk/gtk.h> into a new header file so the GTK+ versioni...Pietro Gagliardi
2014-03-12Separated file creation dates from the package comment.Pietro Gagliardi
2014-03-09Removed gListboxSelected; it was never being called anyway (only gListboxSele...Pietro Gagliardi
2014-03-08Added Combobox/Listbox.Len() and its GTK+ implementation.Pietro Gagliardi
2014-02-19Moved to a proper package; main() is now a test and go test -c is used to bui...Pietro Gagliardi
2014-02-17Simplified the GTK+ Listbox code and added a documentation blob to it.Pietro Gagliardi
2014-02-17Split the GTK+ ListBox implementation into its own file.Pietro Gagliardi