GimpUi.help_set_help_data_with_markup

function help_set_help_data_with_markup(widget: Gtk.Widget, tooltip: String, help_id: String): void {
    // Gjs wrapper for gimp_help_set_help_data_with_markup()
}
  

Just like GimpUi.help_set_help_data, but supports to pass text which is marked up with <link linkend="PangoMarkupFormat">Pango text markup language</link>.

Since 2.6

widget

The Gtk.Widget you want to set a tooltip and/or help_id for.

tooltip

The markup for this widget's tooltip (or null).

help_id

The help_id for the #GtkTipsQuery tooltips inspector.