Gtk.MenuToolButton.prototype.set_arrow_tooltip_text

function set_arrow_tooltip_text(text:String):void {
    // Gjs wrapper for gtk_menu_tool_button_set_arrow_tooltip_text()
}

Sets the tooltip text to be used as tooltip for the arrow button which pops up the menu. See Gtk.set_tooltip_text for setting a tooltip on the whole Gtk.MenuToolButton.

Since 2.12

text

text to be used as tooltip text for button's arrow button