GtkToolbar::set_drop_highlight_item

void set_drop_highlight_item(GtkToolItem tool_item, int index);

Highlights the toolbar to give an idea of what it would look like if tool_item was added to the toolbar at position index. If tool_item is null, highlighting is turned off.

The tool_item must not be part of the widget hierarchy. While this lasts, it may not be added to the hierarchy or used as highlighting item for another toolbar.