ToolItem.addOnToolbarReconfigured

This signal is emitted when some property of the toolbar that the item is a child of changes. For custom subclasses of gtk.ToolItem, the default handler of this signal use the functions - gtk_tool_shell_get_orientation() - gtk_tool_shell_get_style() - gtk_tool_shell_get_icon_size() - gtk_tool_shell_get_relief_style() to find out what the toolbar should look like and change themselves accordingly.

class ToolItem
gulong
addOnToolbarReconfigured
(
void delegate dlg
,
ConnectFlags connectFlags = cast(ConnectFlags)0
)