gtkToolbarGetItemIndex {RGtk2} | R Documentation |
Returns the position of item
on the toolbar, starting from 0.
It is an error if item
is not a child of the toolbar.
gtkToolbarGetItemIndex(object, item)
|
[GtkToolbar ] a GtkToolbar |
|
[GtkToolItem ] a GtkToolItem that is a child of toolbar |
Since 2.4
[integer] the position of item on the toolbar.
Derived by RGtkGen from GTK+ documentation