add_field


Description:

[ CCode ( cname = "gimp_size_entry_add_field" ) ]
public void add_field (SpinButton value_spinbutton, SpinButton? refval_spinbutton)

Adds an input field to the SizeEntry.

The new input field will have the index 0. If you specified show_refval as true in SizeEntry you have to pass an additional SpinButton to hold the reference value. If show_refval was false, refval_spinbutton will be ignored.

Parameters:

this

The sizeentry you want to add a field to.

value_spinbutton

The spinbutton to display the field's value.

refval_spinbutton

The spinbutton to display the field's reference value.