index
:
jcarr/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_unix.go
Age
Commit message (
Expand
)
Author
2014-04-06
Added thanks comment (see previous commit).
Pietro Gagliardi
2014-04-06
Added borders to GTK+ Listboxes (thanks to jlindgren in irc.gimp.net/#gtk+); ...
Pietro Gagliardi
2014-04-01
Got rid of gtkWidget and changed to using *C.GtkWidget everywhere. This gets ...
Pietro Gagliardi
2014-04-01
Moved <stdlib.h> includes in the GTK+ backend to gtk_unix.h; organized that f...
Pietro Gagliardi
2014-03-16
Split out includes of <gtk/gtk.h> into a new header file so the GTK+ versioni...
Pietro Gagliardi
2014-03-12
Separated file creation dates from the package comment.
Pietro Gagliardi
2014-03-09
Removed gListboxSelected; it was never being called anyway (only gListboxSele...
Pietro Gagliardi
2014-03-08
Added Combobox/Listbox.Len() and its GTK+ implementation.
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
Simplified the GTK+ Listbox code and added a documentation blob to it.
Pietro Gagliardi
2014-02-17
Split the GTK+ ListBox implementation into its own file.
Pietro Gagliardi