Method

GimpUiSizeEntryattach_label

Declaration [src]

GtkWidget*
gimp_size_entry_attach_label (
  GimpSizeEntry* gse,
  const gchar* text,
  gint row,
  gint column,
  gfloat alignment
)

Description [src]

Attaches a GtkLabel to the GimpSizeEntry (which is a GtkGrid).

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

 The data is owned by the instance.