GimpUi.BusyBox.get_message

@accepts(GimpUi.BusyBox)
@returns(unicode)
def get_message(self):
    # Python wrapper for gimp_busy_box_get_message()
  

Returns the displayed message of self.

Since 2.10.4

self

a GimpUi.BusyBox

Returns