gtkListChildPosition {RGtk2}R Documentation

gtkListChildPosition

Description

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.

Usage

gtkListChildPosition(object, child)

Arguments

object [GtkList] the list widget.
child [GtkWidget] the child to look for.

Value

[integer] the index of the child, -1 if not found.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]