gtkToolbarGetNthItem {RGtk2} | R Documentation |
Returns the n
'th item on toolbar
, or NULL
if the
toolbar does not contain an n
'th item.
gtkToolbarGetNthItem(object, n)
|
[GtkToolbar ] a GtkToolbar |
|
[integer] A position on the toolbar |
Since 2.4
[GtkToolItem
] The n
'th GtkToolItem
on toolbar
, or NULL
if there
isn't an n
'th item.
Derived by RGtkGen from GTK+ documentation