Last chance! 50% off unlimited learning
Sale ends in
stock.id
is not a known stock item ID, it's inserted verbatim,
except that underscores used to mark mnemonics are removed.
WARNING: gtk_toolbar_insert_stock
has been deprecated since version 2.4 and should not be used in newly-written code. Use gtkToolbarInsert
instead.
gtkToolbarInsertStock(object, stock.id, tooltip.text, tooltip.private.text, callback, user.data, position)
object
stock.id
tooltip.text
tooltip.private.text
callback
user.data
position
GtkWidget
] the inserted widgetcallback
must be a pointer to a function taking a GtkWidget
and a gpointer as
arguments. Use gCallback()
to cast the function to GCallback
.