Method
GtkWidgetPathiter_get_siblings
Declaration [src]
const GtkWidgetPath*
gtk_widget_path_iter_get_siblings (
const GtkWidgetPath* path,
gint pos
)
Description [src]
Returns the list of siblings for the element at pos
. If the element
was not added with siblings, NULL
is returned.
Return value
Type: GtkWidgetPath
NULL
or the list of siblings for the element at pos
.
The returned data is owned by the instance. |