Skip to content

gtk: Added "popup-shown" property to Gtk.DropDown

Florian "sp1rit" requested to merge sp1rit/gtk:sp1rit/dropdown_property into main

This read-only property can be used to determine if the popup is currently open or closed. Using "notify::popup-shown" it's also possible to be notified when the drop down opens/closes using a callback.

Gtk.ComboBox has this property and I find it useful to have it on Gtk.DropDown too.

Merge request reports