give your toolbar button a label.
a string that appears when the user holds the mouse over this item.
use with GtkTipsQuery.
a GtkWidget that should be used as the button's icon.
the function to be executed when the button is pressed.
a pointer to any data you wish to be passed to the callback.
the number of widgets to insert this item after.
the new toolbar item as a GtkWidget.
Warning gtk_toolbar_insert_item has been deprecated since version 2.4 and should not be used in newly-written code. Use gtk_toolbar_insert() instead. Inserts a new item into the toolbar. You must specify the position in the toolbar where it will be inserted. callback must be a pointer to a function taking a GtkWidget and a gpointer as arguments. Use G_CALLBACK() to cast the function to GCallback.