Method

GtkMenuToolButtonset_arrow_tooltip_text

since: 2.12

Declaration [src]

void
gtk_menu_tool_button_set_arrow_tooltip_text (
  GtkMenuToolButton* button,
  const gchar* text
)

Description [src]

Sets the tooltip 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

text

Type: const gchar*

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.