gtkMenuToolButtonNew(icon.widget, label, show = TRUE)
gtkMenuToolButtonNewFromStock(stock.id)
gtkMenuToolButtonSetMenu(object, menu)
gtkMenuToolButtonGetMenu(object)
gtkMenuToolButtonSetArrowTooltip(object, tooltips, tip.text = NULL, tip.private = NULL)
gtkMenuToolButton(icon.widget, label, show = TRUE)
GtkMenuToolButton
is a GtkToolItem
that contains a button and
a small additional button with an arrow. When clicked, the arrow
button pops up a dropdown menu.
Use gtkMenuToolButtonNew
to create a new
GtkMenuToolButton
. Use gtkMenuToolButtonNewFromStock
to
create a new GtkMenuToolButton
containing a stock item.gtkMenuToolButton
is the equivalent of gtkMenuToolButtonNew
.