Widget.setCompositeName

Sets a widgets composite name. The widget must be a composite child of its parent; see gtk_widget_push_composite_child().

More...
class Widget
void
setCompositeName
(
string name
)

Parameters

name string

the name to set

Detailed Description

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

Meta