Method

GimpUiBusyBoxset_message

Declaration [src]

void
gimp_busy_box_set_message (
  GimpBusyBox* box,
  const gchar* message
)

Description [src]

Sets the displayed message og box to message.

Available since:2.10.4
Sets propertyGimpUi.BusyBox:message

Parameters

message const gchar*
 

The displayed message.

 The data is owned by the caller of the function.
 The value is a NUL terminated UTF-8 string.