Is the a way to make the PopDown’s display widget editable?
No. The DropDown widget is for selecting an item in a well-defined list; if you want to use an entry to allow searching, you can use gtk_drop_down_set_enable_search()
.
2 Likes