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.