LabelIntWidget


Description:

[ CCode ( cname = "gimp_label_int_widget_new" , has_construct_function = false , type = "GtkWidget*" ) ]
public LabelIntWidget (string text, owned Widget widget)

Creates a new LabelIntWidget whose "value" property is bound to that of widget (which must therefore have such an integer property).

Parameters:

text

The text for the Label.

widget

The Widget to use.

Returns:

The new LabelIntWidget widget.