GimpUi.HintBox.new

function new(hint: String): Gtk.Widget {
    // Gjs wrapper for gimp_hint_box_new()
}
  

Creates a new widget that shows a text label showing hint, decorated with a GIMP_ICON_INFO wilber icon.

hint

text to display as a user hint

Returns

a new widget

Since GIMP 2.4