Method
GtkContainerget_path_for_child
Declaration [src]
GtkWidgetPath*
gtk_container_get_path_for_child (
GtkContainer* container,
GtkWidget* child
)
Description [src]
Returns a newly created widget path representing all the widget hierarchy
from the toplevel down to and including child
.
Parameters
child |
GtkWidget |
A child of |
|
The data is owned by the caller of the function. |
Return value
Returns: | GtkWidgetPath |
A newly created |
|
The caller of the method takes ownership of the data, and is responsible for freeing it. |