Skip to content

dropdown: Add some convenience api

Matthias Clasen requested to merge dropdown-strings into main

Add a ::selected-string property, which returns the value of the string property of the selected item, if it is a GtkStringObject.

This brings gtk_drop_down_new_from_strings() on par with GtkComboBoxText, in terms of convenience.

Merge request reports