Method GTK2.Toolbar()->set_drop_highlight_item()


Method set_drop_highlight_item

GTK2.Toolbar set_drop_highlight_item(GTK2.ToolItem item, int index)

Description

Highlights the toolbar to give an ide aof what it would like if item was added at the position indicated by index.

The item passed to this function must not be part of any widget hierarchy. When an item is set as drop highlight item it can not be added to any widget hierarchy or used as highlight item for another toolbar.