attach_label


Description:

[ CCode ( cname = "gimp_size_entry_attach_label" ) ]
public unowned Widget attach_label (string text, int row, int column, float alignment)

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

Parameters:

this

The sizeentry you want to add a label to.

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 Label widget.