Next: , Up: Type hierarchy and type relations


4.3.1 g-type-children

— Function: g-type-children
     (g-type-children type) => children
type
A GType designator
children
A list of GType designators

Returns the list of descendent types.

Example:

     (g-type-children "GtkButton")
     =>
     ("GtkToggleButton" "GtkColorButton" "GtkFontButton" "GtkLinkButton" "GtkScaleButton")