gtkListChildPosition {RGtk2} | R Documentation |
Searches the children of list
for the index of child
.
WARNING: gtk_list_child_position
is deprecated and should not be used in newly-written code.
gtkListChildPosition(object, child)
|
[GtkList ] the list widget. |
|
[GtkWidget ] the child to look for. |
[integer] the index of the child, -1 if not found.
Derived by RGtkGen from GTK+ documentation