Constructor
GimpUiLabelIntWidgetnew
Declaration [src]
GtkWidget*
gimp_label_int_widget_new (
const gchar* text,
GtkWidget* widget
)
Description [src]
Creates a new GimpLabelIntWidget
whose “value” property is bound to
that of widget
(which must therefore have such an integer property).
Parameters
text |
const gchar* |
The text for the |
|
The data is owned by the caller of the function. | |
The value is a NUL terminated UTF-8 string. | |
widget |
GtkWidget |
The |
|
The called function takes ownership of the data, and is responsible for freeing it. |
Return value
Returns: | GtkWidget |
The new |
|
The caller of the function takes ownership of the data, and is responsible for freeing it. |