Package: gobject
Function g-type-children
Lambda Listg-type-children (gtype) ArgumentsReturn ValueA list of g-type child types. Details Returns a list of type IDs, listing the child types of gtype. Examples(g-type-children "GtkButton") => (#<GTYPE :name "GtkToggleButton" :id 94530594108384> #<GTYPE :name "GtkLinkButton" :id 94530594109440> #<GTYPE :name "GtkScaleButton" :id 94530594111088> #<GTYPE :name "GtkModelButton" :id 94530594112528> #<GTYPE :name "GtkColorButton" :id 94530594170464> #<GTYPE :name "GtkFontButton" :id 94530594177968>) | See also |
2020-11-14