GimpUi.IntComboBox.prototype.set_label

function set_label(label: String): void {
    // Gjs wrapper for gimp_int_combo_box_set_label()
}
  

Sets a caption on the combo_box that will be displayed left-aligned inside the box. When a label is set, the remaining contents of the box will be right-aligned. This is useful for places where screen estate is rare, like in tool options.

Since 2.10

label

a string to be shown as label