conformal / gotk3

Go bindings for GTK3
ISC License
470 stars 81 forks source link

Implement GtkHeaderBar #30

Closed tapir closed 10 years ago

jrick commented 10 years ago

I've pulled this (with several changes) with commit a687853e5c1ca7761f3c86dac74e0f50083088b9. The biggest change is that because GtkHeaderBar requires GTK 3.10+, it had to be moved into the gtk_3_10.go file which is only compiled on the latest GTK version, rather than the gtk.go file which is used for common bindings for all GTK versions that GoTK3 supports.

Thanks!

tapir commented 10 years ago

thanks