Hacker News new | ask | show | jobs
by premysl 1033 days ago
GObject signals and properties are very powerful. The layouting model is sane. In general, the toolkit is very regular.

It's hard to just give you a generic answer. I can only really compare to Win32, Cocoa, and some parts of the web stack.

1 comments

Thanks, that tells me a bit. Signals are my favorite way to do reactivity. I'll have to checkout gtk's properties.