Method

GtkWidgetchild_notify

Declaration [src]

void
gtk_widget_child_notify (
  GtkWidget* widget,
  const gchar* child_property
)

Description [src]

Emits a GtkWidget::child-notify signal for the [child property][child-properties] child_property on widget.

This is the analogue of g_object_notify() for child properties.

Also see gtk_container_child_notify().

Parameters

child_property

Type: const gchar*

The name of a child property installed on the class of widget’s parent.

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