[ CCode ( cname = "gimp_grid_attach_aligned" ) ]
public unowned Widget grid_attach_aligned (Grid grid, int left, int top, string label_text, float label_xalign, float label_yalign, Widget widget, int widget_columns)
Note that the label_text can be null and that the widget will be attached starting at (
column + 1) in this case, too.
| grid |
The Grid the widgets will be attached to. |
| left |
The column to start with. |
| top |
The row to attach the widgets. |
| label_text |
The text for the Label which will be attached left of the widget. |
| label_xalign |
The horizontal alignment of the Label. |
| label_yalign |
The vertical alignment of the Label. |
| widget |
The Widget to attach right of the label. |
| widget_columns |
The number of columns the widget will use. |
|
The created Label. |