[ 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).
| 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. |
|
A pointer to the new Label widget. |