Вот код.
image_add_item = gtk_image_new_from_icon_name ( "icons/add_item.svg.png", GTK_ICON_SIZE_LARGE_TOOLBAR );
toolbar_item_add = gtk_tool_button_new ( (GtkWidget *) image_add_item, "add_item" );
Вот код.
image_add_item = gtk_image_new_from_icon_name ( "icons/add_item.svg.png", GTK_ICON_SIZE_LARGE_TOOLBAR );
toolbar_item_add = gtk_tool_button_new ( (GtkWidget *) image_add_item, "add_item" );