Last updated: Sun, 12 May 2013 view this page in English
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.
User Contributed Notes gtk.gtktoolbar.method.set_drop_highlight_item.php
There are no user contributed notes for this page.