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().