Toolbar.getNthItem

Returns the n'th item on toolbar, or null if the toolbar does not contain an n'th item.

class Toolbar
getNthItem
(
int n
)

Parameters

n int

A position on the toolbar

Return Value

Type: gtk.tool_item.ToolItem

The n'th #GtkToolItem on toolbar, or null if there isn’t an n'th item.