summaryrefslogtreecommitdiff
path: root/gtkcasts_unix.go
AgeCommit message (Collapse)Author
2014-02-19Moved to a proper package; main() is now a test and go test -c is used to ↵Pietro Gagliardi
build. Once I iron out a bug with Windows event handling, I'll add a README.
2014-02-17Simplified the GTK+ Listbox code and added a documentation blob to it.Pietro Gagliardi
2014-02-17Isolated all the non-listbox-related GTK+ type conversions into their own ↵Pietro Gagliardi
file with functions to reduce the amount of code noise in gtkcalls_unix.go.