Method
GimpUiSizeEntryattach_label
Declaration [src]
GtkWidget*
gimp_size_entry_attach_label (
GimpSizeEntry* gse,
const gchar* text,
gint row,
gint column,
gfloat alignment
)
Parameters
text |
const gchar* |
The text of the label. |
|
The data is owned by the caller of the function. | |
The value is a NUL terminated UTF-8 string. | |
row |
gint |
The row where the label will be attached. |
|
column |
gint |
The column where the label will be attached. |
|
alignment |
gfloat |
The horizontal alignment of the label. |
Return value
Returns: | GtkWidget |
A pointer to the new |
|
The data is owned by the instance. |