Method
GtkContainerchild_notify_by_pspec
Declaration [src]
void
gtk_container_child_notify_by_pspec (
GtkContainer* container,
GtkWidget* child,
GParamSpec* pspec
)
Description [src]
Emits a GtkWidget::child-notify
signal for the
[child property][child-properties] specified by
pspec
on the child.
This is an analogue of g_object_notify_by_pspec()
for child properties.
Available since: | 3.18 |
Parameters
child |
GtkWidget |
The child widget. |
|
The data is owned by the caller of the function. | |
pspec |
GParamSpec |
The |
|
The data is owned by the caller of the function. |