top | item 41775764

(no title)

urlwolf | 1 year ago

This is because GTK is C, not C++. It's much easier to write bindings from C

discuss

order

consteval|1 year ago

Yes, I think the design of GTK and GObject worked out really well in the long run. On the surface it seems stupid to use C and then just "bolt on" a C++-like system on top. Why not just use C++? But clearly it's worked out.

Unfortunately, GTK has it's own set of drawbacks.