ComboBox.popupForDevice

void popupForDevice(gdk.device.Device device)

Pops up the menu of combo_box.

Note that currently this does not do anything with the device, as it was previously only used for list-mode combo boxes, and those were removed in GTK 4. However, it is retained in case similar functionality is added back later.

Parameters

devicea gdk.device.Device

Deprecated