GimpUi.SizeEntry.prototype.attach_label

function attach_label(text: String, row: Number(gint), column: Number(gint), alignment: Number(gfloat)): Gtk.Widget {
    // Gjs wrapper for gimp_size_entry_attach_label()
}
  

Attaches a Gtk.Label to the GimpUi.SizeEntry (which is a Gtk.Grid).

text

The text of the label.

row

The row where the label will be attached.

column

The column where the label will be attached.

alignment

The horizontal alignment of the label.

Returns

A pointer to the new Gtk.Label widget.