asida

Results 8 comments of asida

YEP stable with older GTK, after resolve glib by remarking particular row in source I've ended up with GtkComboBoxText error ;-( I'm just curious why source contains comments that it...

I've disabled all ComboBox code in gtk.go and all packages compiled fine on my Debian 6. So I went into code and made changes to gtk.go and gtk.go.h....seems combobox for...

corebob, I've finally compiled tabby with go-gtk,... BTW nice, working example....but 6MB binary size,... probably because of lib static link in go.... I have some ideas to talk about....but lets...

macros: not to all, because I didn't want to spent so much time with this, I updated it for ComboBox only and code is easier to read and yes, I...

thanx for link, I'll have to read it more in detail to understand all. I expect that miniserver will get very huge, but I think that we have to distinguish...

I never thought of real daemon, but just listener process that runs on demand, eg. when first request from any gtk go app and stops with last closed go gtk...

huh ;-(, I found these 2: http://www.gtk-server.org http://developer.gnome.org/glib/2.28/glib-IO-Channels.html things, that might help. Glib is small enough to be static linked with all go apps (only GTK itself is huge) so...