setComboBoxPrototypeCallback

fun JComboBox<*>.setComboBoxPrototypeCallback(comboPopupPrototypeCallback: ComboPopupPrototypeCallback<*>)

Specifies the combobox popup prototype callback which is used to compute the width of the popup at runtime.

See also

Parameters

comboPopupPrototypeCallback

Popup prototype callback which is used to compute the width of the popup at runtime.