Package: gtk

Function gtk-builder-type-from-name

Lambda List

gtk-builder-type-from-name (builder name)

Arguments

builder -- a gtk-builder object
name -- a string with the type name to lookup

Return Value

The g-type type ID found for name.

Details

Looks up a type by name, using the virtual function that the gtk-builder class has for that purpose. This is mainly used when implementing the gtk-buildable interface on a type.
 

See also

2021-9-23