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: ToolItem

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

Meta