Toolbar.getNthItem

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

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. [transfer none]

Meta