Method
GtkMenuset_title
deprecated: 3.10
Declaration [src]
void
gtk_menu_set_title (
GtkMenu* menu,
const gchar* title
)
Description [src]
Sets the title string for the menu.
The title is displayed when the menu is shown as a tearoff
menu. If title
is NULL
, the menu will see if it is attached
to a parent menu item, and if so it will try to use the same
text as that menu item’s label.
Deprecated since: 3.10
Please do not use it in newly written code.