How does Inti improve on plain C GTK+?
Inti adds a number of features: • Namespace support • Type safety, no need for type casting • Use of C++ native types such as string and vector • Derivation of new widgets using standard C++ mechanisms • Deprecated and legacy interfaces that have built up over the years in GTK+ are not included in Inti • Typesafe C++ signal system • Full wrapper for all C types, including enumerations and GDK types