[Top]
GTK2
GTK2.Toolbar
|
Method GTK2.Toolbar()->insert()
- Method
insert
GTK2.Toolbar insert(GTK2.ToolItem item, int pos)
- Description
Insert a W(ToolItem) into the toolbar at position pos. If pos is 0
the item is prepended to the start of the toolbar. If pos is negative,
the item is appended to the end of the toolbar.
|