Gimp.message

@accepts(unicode)
@returns(bool)
def message(message):
    # Python wrapper for gimp_message()
  

Displays a dialog box with a message.

Displays a dialog box with a message. Useful for status or error reporting. The message must be in UTF-8 encoding.

message

Message to display in the dialog.

Returns