Virtual Method

GtkWidgetchild_notify

Declaration [src]

void
child_notify (
  GtkWidget* widget,
  GParamSpec* 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: GParamSpec

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

The data is owned by the caller of the method.