LabelStringWidget


Description:

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

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

Parameters:

text

The text for the Label.

widget

The Widget to use.

Returns:

The new LabelStringWidget widget.