GtkComboBox detect popdown / popup of item list

How do I detect the popdown / popup of the item list of a GtkComboBox?

popdown and popup events are only fired iff the keyboard was used to open the list.

I just found out about the notify::popup-shown signal, that goes with the property. This solved the problem.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.