Method

GtkWidgetset_composite_name

deprecated: 3.10 

Declaration [src]

void
gtk_widget_set_composite_name (
  GtkWidget* widget,
  const gchar* name
)

Description [src]

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

Deprecated since: 3.10

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

Parameters

name

Type: const gchar*

The name to set.

The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.