5 ms·
This is because GTK is C, not C++. It's much easier to write bindings from C
by urlwolf 2y ago
This is because GTK is C, not C++. It's much easier to write bindings from C
- consteval 2y agoYes, 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.