gtk_toolbar_append_item
has been deprecated since version 2.4 and should not be used in newly-written code. Use gtkToolbarInsert
instead.
gtkToolbarAppendItem(object, text, tooltip.text, tooltip.private.text, icon, callback, user.data = NULL)
object
GtkToolbar
.text
tooltip.text
tooltip.private.text
GtkTipsQuery
.icon
GtkWidget
that should be used as the button's icon.callback
user.data
callback
must be a pointer to a function taking a GtkWidget
and a gpointer as
arguments. Use gCallback()
to cast the function to GCallback
.