get_nth_item
Description:
[
Version ( since =
"2.4" ) ]
public unowned ToolItem?
get_nth_item (
int n)
Returns the n'th item on this, or null if the toolbar does not
contain an n'th item.
Parameters:
| this |
a Toolbar
|
| n |
A position on the toolbar
|
Returns:
|
The n'th ToolItem on this, or
null if there isn’t an n'th item.
|