GTK class hierarchy diagram

Hi there,

I am to learn the GTK 3 class hierarchy. I have found the reference documentation that includes the inheritance diagrams for individual classes:

but I have not found a full diagram of all the classes. Is there one?

That’s the whole diagram. What kind of classes are you missing?

I would like to see all classes in one diagram. This page only gives the inheritance path for each class.

I honestly don’t understand what you want to achieve. GObject only allows single inheritance. The only thing missing from the class hierarchy is the list of interfaces implemented by a class, but that would make the diagram explode in size and complexity, making it entirely useless.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.