Widget.getCompositeName

Obtains the composite name of a widget.

More...
class Widget
string
getCompositeName
()

Return Value

Type: string

the composite name of @widget, or %NULL if @widget is not a composite child. The string should be freed when it is no longer needed.

Detailed Description

Deprecated: Use gtk_widget_class_set_template(), or don’t use this API at all.

Meta