MenuToolButton.this

Warning gtk_menu_tool_button_new_from_stock has been deprecated since version 3.10 and should not be used in newly-written code. Use gtk_menu_tool_button_new() instead. Creates a new GtkMenuToolButton. The new GtkMenuToolButton will contain an icon and label from the stock item indicated by stock_id. Since 2.6

Parameters

stockId string

the name of a stock item

Throws

ConstructionException GTK+ fails to create the object.

Meta