79084723

Date: 2024-10-14 04:47:42
Score: 0.5
Natty:
Report link

AFAIK GtkDropDown does not offer free text entry and is not a 1:1 replacement for GtkComboBox, but rather meant to really select one entry from a list of provided options. I would work around by providing a "Custom"/"Other" etc. option in the dropdown and use the callback method to unhide or enable a separate GtkEntry. Even if it seems bulkier at first, it uses basic user elements that exist in any UI framework rather than specialized ones of Gtk.

Reasons:
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: André