Container.classFindChildProperty

Finds a child property of a container class by name.

class Container
static
classFindChildProperty

Parameters

cclass GObjectClass*

a GtkContainerClass. [type GtkContainerClass]

propertyName string

the name of the child property to find

Return Value

Type: ParamSpec

the GParamSpec of the child property or NULL if class has no child property with that name. [transfer none]

Meta