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