GNOME Bugzilla – Bug 115528
known subclasses/derived interfaces
Last modified: 2004-12-22 21:47:04 UTC
It would be nice to add a "Known subclasses" section to the sections describing a class, and "Known derived interfaces" to the sections describing and interface. Also, "Implementations" should be "Known Implementations".
Here is a patch which implements this. I've implemented the "Known subclasses" by appending the children to the object hierarchy, ie the hierarchy for GtkPaned would look like this: GObject +----GtkObject +----GtkWidget +----GtkContainer +----GtkPaned +----GtkHPaned +----GtkVPaned with everything except GtkPaned being links.
Created attachment 17639 [details] [review] the patch
Committed, after fixing some glitches.