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
/
gtkcalls_unix.go
Age
Commit message (
Collapse
)
Author
2014-02-17
Added scrollbars to the Listbox GtkTreeViews.
Pietro Gagliardi
2014-02-17
Okay, fixed item showing; the GtkTableView column just needed the text ↵
Pietro Gagliardi
attribute. Now I need scrollbars...
2014-02-17
Fixed GTK+ listboxes to create item cells and not show headers; still not ↵
Pietro Gagliardi
displaying item text...
2014-02-16
Added GTK+ listboxes... sort of. This whole thing is so broken it's funny.
Pietro Gagliardi
2014-02-16
Added GTK+ Labels.
Pietro Gagliardi
2014-02-16
Added GTK+ LineEdit. It appears there's something weird happening now...
Pietro Gagliardi
2014-02-16
Added GTK+ comboboxes. ...and THESE aren't being positioned properly, sigh...
Pietro Gagliardi
2014-02-16
Added the GTK+ equivalent of Window.Title() and Button.Text() in preparation ↵
Pietro Gagliardi
for adding the GTK+ implementation of Combobox.
2014-02-16
Added Checkbox to GTK+. Also added a TODO about crashes.
Pietro Gagliardi
2014-02-16
Added window (and thus control) resizing. Other bugs have been fixed along ↵
Pietro Gagliardi
the way.
2014-02-16
[GTK+] Added buttons. Things aren't quite being positioned properly yet ↵
Pietro Gagliardi
though...
2014-02-16
Cleaned up the idle callback code.
Pietro Gagliardi
2014-02-16
Added cgo-safe callback code for GTK+ signals. GTK+ signals work!
Pietro Gagliardi
2014-02-16
Added basic signal connection. I'm going to need to build a different ↵
Pietro Gagliardi
callback system, though...
2014-02-16
Added the beginning of the Unix (GTK+) implementation.
Pietro Gagliardi