GimpUi.BusyBox.new

function new(message: String): Gtk.Widget {
    // Gjs wrapper for gimp_busy_box_new()
}
  

Creates a new GimpUi.BusyBox widget.

Since 2.10.4

message

the displayed message, or null

Returns

A pointer to the new GimpUi.BusyBox widget.