Next: g-type-parent, Up: Type hierarchy and type relations
(g-type-children type) => children
Returns the list of descendent types.
Example:
(g-type-children "GtkButton") => ("GtkToggleButton" "GtkColorButton" "GtkFontButton" "GtkLinkButton" "GtkScaleButton")