ComboBox.setPopupFixedWidth

void setPopupFixedWidth(bool fixed)

Specifies whether the popup’s width should be a fixed width.

If fixed is true, the popup's width is set to match the allocated width of the combo box.

Parameters

fixedwhether to use a fixed popup width

Deprecated

Use [gtk.drop_down.DropDown]