Method

GtkMenuToolButtonset_arrow_tooltip_markup

since: 2.12

Declaration [src]

void
gtk_menu_tool_button_set_arrow_tooltip_markup (
  GtkMenuToolButton* button,
  const gchar* markup
)

Description [src]

Sets the tooltip markup text to be used as tooltip for the arrow button which pops up the menu. See gtk_tool_item_set_tooltip_text() for setting a tooltip on the whole GtkMenuToolButton.

Available since: 2.12

Parameters

markup

Type: const gchar*

Markup text to be used as tooltip text for button’s arrow button.

The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.